Html Css Color HEX #62455C Purple Taupe

📋 copy color: '#62455C'

red 98 ◦ green 69 ◦ blue 92

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

Shades of Purple Taupe #62455C

Tints of Purple Taupe #62455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 37.84%
G = 26.64%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62455C (or 0x62455C) is known color: Purple Taupe. HEX triplet: 62, 45 and 5C. RGB value is (98,69,92). Sum of RGB (Red+Green+Blue) = 98+69+92=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62455C is #9DBAA3. Grayscale: #505050. Windows color (decimal): -10336932 or 6047074. OLE color: 6047074.

HSL color Cylindrical-coordinate representation of color #62455C: hue angle of 312.41º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62455C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 69 92 -
CMYK 0 0.30 0.06 0.62
HSL 312.41º 0.17% 0.33% -
HSV(B) 312.41º 0.3% 0.38% -
XYZ 9.1 7.63 11.12 -
YUV 80.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 98 69 92 0 0.30 0.06 0.62 312.41 0.17 0.33
Hex 62 45 5C 0 1E 6 3E 138 11 21
Octal 142 105 134 0 36 6 76 470 21 41
Binary 1100010 1000101 1011100 0 11110 110 111110 100111000 10001 100001

Color Harmonies of #62455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62455C

Black with #62455C

Text Example


Text Example

White with #62455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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