Html Css Color HEX #62425B Purple Taupe

📋 copy color: '#62425B'

red 98 ◦ green 66 ◦ blue 91

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

Shades of Purple Taupe #62425B

Tints of Purple Taupe #62425B

RGB

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

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

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

R = 38.43%
G = 25.88%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62425B (or 0x62425B) is known color: Purple Taupe. HEX triplet: 62, 42 and 5B. RGB value is (98,66,91). Sum of RGB (Red+Green+Blue) = 98+66+91=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #62425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425B is #9DBDA4. Grayscale: #4E4E4E. Windows color (decimal): -10337701 or 5980770. OLE color: 5980770.

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

Color convert

RGB 98 66 91 -
CMYK 0 0.33 0.07 0.62
HSL 313.13º 0.2% 0.32% -
HSV(B) 313.13º 0.33% 0.38% -
XYZ 8.87 7.25 10.83 -
YUV 78.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 98 66 91 0 0.33 0.07 0.62 313.13 0.2 0.32
Hex 62 42 5B 0 21 7 3E 139 14 20
Octal 142 102 133 0 41 7 76 471 24 40
Binary 1100010 1000010 1011011 0 100001 111 111110 100111001 10100 100000

Color Harmonies of #62425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62425B

Black with #62425B

Text Example


Text Example

White with #62425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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