Html Css Color HEX #462162 Scarlet Gum

📋 copy color: '#462162'

red 70 ◦ green 33 ◦ blue 98

#462162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #462162

Tints of Scarlet Gum #462162

RGB

 RED value IS 70 (27.73% from 255) = 34.83%

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 34.83%
G = 16.42%
B = 48.76%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#462162 (or 0x462162) is known color: Scarlet Gum. HEX triplet: 46, 21 and 62. RGB value is (70,33,98). Sum of RGB (Red+Green+Blue) = 70+33+98=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #462162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462162 is #B9DE9D. Grayscale: #333333. Windows color (decimal): -12181150 or 6431046. OLE color: 6431046.

HSL color Cylindrical-coordinate representation of color #462162: hue angle of 274.15º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462162 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 33 98 -
CMYK 0.29 0.66 0 0.62
HSL 274.15º 0.5% 0.26% -
HSV(B) 274.15º 0.66% 0.38% -
XYZ 5.27 3.27 11.91 -
YUV 51.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 70 33 98 0.29 0.66 0 0.62 274.15 0.5 0.26
Hex 46 21 62 1D 42 0 3E 112 32 1A
Octal 106 41 142 35 102 0 76 422 62 32
Binary 1000110 100001 1100010 11101 1000010 0 111110 100010010 110010 11010

Color Harmonies of #462162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462162

Black with #462162

Text Example


Text Example

White with #462162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462162; }

 p { color: rgb(70,33,98); }

 H1.HeaderClassName
 {
   color: #462162;
 }
 .AnyTagClassName
 {
   color: #462162;
 }
</style>

background-color css

<style>
 a { background-color: #462162; }

 a { background-color: rgb(70,33,98); }

 div.DivClassName
 {
   background-color: #462162;
 }
 .BgClassName
 {
   background-color: #462162;
 }
</style>

border-color css

<style>
 span { border-color: #462162; }

 span { border-color: rgb(70,33,98); }

 td.TdClassName
 {
   border-color: #462162;
 }
 .TagClassName
 {
   border-color: #462162;
 }
</style>