Html Css Color HEX #62445F Purple Taupe

📋 copy color: '#62445F'

red 98 ◦ green 68 ◦ blue 95

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

Shades of Purple Taupe #62445F

Tints of Purple Taupe #62445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 37.55%
G = 26.05%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62445F (or 0x62445F) is known color: Purple Taupe. HEX triplet: 62, 44 and 5F. RGB value is (98,68,95). Sum of RGB (Red+Green+Blue) = 98+68+95=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62445F is #9DBBA0. Grayscale: #4F4F4F. Windows color (decimal): -10337185 or 6243426. OLE color: 6243426.

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

Color convert

RGB 98 68 95 -
CMYK 0 0.31 0.03 0.62
HSL 306º 0.18% 0.33% -
HSV(B) 306º 0.31% 0.38% -
XYZ 9.17 7.56 11.8 -
YUV 80.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 98 68 95 0 0.31 0.03 0.62 306 0.18 0.33
Hex 62 44 5F 0 1F 3 3E 132 12 21
Octal 142 104 137 0 37 3 76 462 22 41
Binary 1100010 1000100 1011111 0 11111 11 111110 100110010 10010 100001

Color Harmonies of #62445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62445F

Black with #62445F

Text Example


Text Example

White with #62445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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