Html Css Color HEX #62425A Purple Taupe

📋 copy color: '#62425A'

red 98 ◦ green 66 ◦ blue 90

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

Shades of Purple Taupe #62425A

Tints of Purple Taupe #62425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 38.58%
G = 25.98%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62425A (or 0x62425A) is known color: Purple Taupe. HEX triplet: 62, 42 and 5A. RGB value is (98,66,90). Sum of RGB (Red+Green+Blue) = 98+66+90=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #62425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425A is #9DBDA5. Grayscale: #4E4E4E. Windows color (decimal): -10337702 or 5915234. OLE color: 5915234.

HSL color Cylindrical-coordinate representation of color #62425A: hue angle of 315º 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 #62425A is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 66 90 -
CMYK 0 0.33 0.08 0.62
HSL 315º 0.2% 0.32% -
HSV(B) 315º 0.33% 0.38% -
XYZ 8.83 7.23 10.6 -
YUV 78.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 98 66 90 0 0.33 0.08 0.62 315 0.2 0.32
Hex 62 42 5A 0 21 8 3E 13B 14 20
Octal 142 102 132 0 41 10 76 473 24 40
Binary 1100010 1000010 1011010 0 100001 1000 111110 100111011 10100 100000

Color Harmonies of #62425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62425A

Black with #62425A

Text Example


Text Example

White with #62425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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