Html Css Color HEX #62465B Purple Taupe

📋 copy color: '#62465B'

red 98 ◦ green 70 ◦ blue 91

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

Shades of Purple Taupe #62465B

Tints of Purple Taupe #62465B

RGB

 RED value IS 98 (38.67% from 255) = 37.84%

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 37.84%
G = 27.03%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62465B (or 0x62465B) is known color: Purple Taupe. HEX triplet: 62, 46 and 5B. RGB value is (98,70,91). Sum of RGB (Red+Green+Blue) = 98+70+91=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465B is #9DB9A4. Grayscale: #505050. Windows color (decimal): -10336677 or 5981794. OLE color: 5981794.

HSL color Cylindrical-coordinate representation of color #62465B: hue angle of 315º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62465B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 70 91 -
CMYK 0 0.29 0.07 0.62
HSL 315º 0.17% 0.33% -
HSV(B) 315º 0.29% 0.38% -
XYZ 9.12 7.73 10.91 -
YUV 80.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 98 70 91 0 0.29 0.07 0.62 315 0.17 0.33
Hex 62 46 5B 0 1D 7 3E 13B 11 21
Octal 142 106 133 0 35 7 76 473 21 41
Binary 1100010 1000110 1011011 0 11101 111 111110 100111011 10001 100001

Color Harmonies of #62465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62465B

Black with #62465B

Text Example


Text Example

White with #62465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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