Html Css Color HEX #62475F Purple Taupe

📋 copy color: '#62475F'

red 98 ◦ green 71 ◦ blue 95

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

Shades of Purple Taupe #62475F

Tints of Purple Taupe #62475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 37.12%
G = 26.89%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62475F (or 0x62475F) is known color: Purple Taupe. HEX triplet: 62, 47 and 5F. RGB value is (98,71,95). Sum of RGB (Red+Green+Blue) = 98+71+95=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #62475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62475F is #9DB8A0. Grayscale: #515151. Windows color (decimal): -10336417 or 6244194. OLE color: 6244194.

HSL color Cylindrical-coordinate representation of color #62475F: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62475F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 71 95 -
CMYK 0 0.28 0.03 0.62
HSL 306.67º 0.16% 0.33% -
HSV(B) 306.67º 0.28% 0.38% -
XYZ 9.36 7.93 11.86 -
YUV 81.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 98 71 95 0 0.28 0.03 0.62 306.67 0.16 0.33
Hex 62 47 5F 0 1C 3 3E 133 10 21
Octal 142 107 137 0 34 3 76 463 20 41
Binary 1100010 1000111 1011111 0 11100 11 111110 100110011 10000 100001

Color Harmonies of #62475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62475F

Black with #62475F

Text Example


Text Example

White with #62475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62475F; }

 p { color: rgb(98,71,95); }

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

background-color css

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

 a { background-color: rgb(98,71,95); }

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

border-color css

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

 span { border-color: rgb(98,71,95); }

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