Html Css Color HEX #62425C Purple Taupe

📋 copy color: '#62425C'

red 98 ◦ green 66 ◦ blue 92

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

Shades of Purple Taupe #62425C

Tints of Purple Taupe #62425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 38.28%
G = 25.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62425C (or 0x62425C) is known color: Purple Taupe. HEX triplet: 62, 42 and 5C. RGB value is (98,66,92). Sum of RGB (Red+Green+Blue) = 98+66+92=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425C is #9DBDA3. Grayscale: #4E4E4E. Windows color (decimal): -10337700 or 6046306. OLE color: 6046306.

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

Color convert

RGB 98 66 92 -
CMYK 0 0.33 0.06 0.62
HSL 311.25º 0.2% 0.32% -
HSV(B) 311.25º 0.33% 0.38% -
XYZ 8.92 7.27 11.06 -
YUV 78.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 98 66 92 0 0.33 0.06 0.62 311.25 0.2 0.32
Hex 62 42 5C 0 21 6 3E 137 14 20
Octal 142 102 134 0 41 6 76 467 24 40
Binary 1100010 1000010 1011100 0 100001 110 111110 100110111 10100 100000

Color Harmonies of #62425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62425C

Black with #62425C

Text Example


Text Example

White with #62425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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