Html Css Color HEX #62425E Purple Taupe

📋 copy color: '#62425E'

red 98 ◦ green 66 ◦ blue 94

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

Shades of Purple Taupe #62425E

Tints of Purple Taupe #62425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 37.98%
G = 25.58%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62425E (or 0x62425E) is known color: Purple Taupe. HEX triplet: 62, 42 and 5E. RGB value is (98,66,94). Sum of RGB (Red+Green+Blue) = 98+66+94=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425E is #9DBDA1. Grayscale: #4E4E4E. Windows color (decimal): -10337698 or 6177378. OLE color: 6177378.

HSL color Cylindrical-coordinate representation of color #62425E: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62425E is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 66 94 -
CMYK 0 0.33 0.04 0.62
HSL 307.5º 0.2% 0.32% -
HSV(B) 307.5º 0.33% 0.38% -
XYZ 9.01 7.3 11.52 -
YUV 78.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 98 66 94 0 0.33 0.04 0.62 307.5 0.2 0.32
Hex 62 42 5E 0 21 4 3E 134 14 20
Octal 142 102 136 0 41 4 76 464 24 40
Binary 1100010 1000010 1011110 0 100001 100 111110 100110100 10100 100000

Color Harmonies of #62425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62425E

Black with #62425E

Text Example


Text Example

White with #62425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62425E; }

 p { color: rgb(98,66,94); }

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

background-color css

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

 a { background-color: rgb(98,66,94); }

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

border-color css

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

 span { border-color: rgb(98,66,94); }

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