Html Css Color HEX #62455E Purple Taupe

📋 copy color: '#62455E'

red 98 ◦ green 69 ◦ blue 94

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

Shades of Purple Taupe #62455E

Tints of Purple Taupe #62455E

RGB

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

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

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

R = 37.55%
G = 26.44%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62455E (or 0x62455E) is known color: Purple Taupe. HEX triplet: 62, 45 and 5E. RGB value is (98,69,94). Sum of RGB (Red+Green+Blue) = 98+69+94=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62455E is #9DBAA1. Grayscale: #505050. Windows color (decimal): -10336930 or 6178146. OLE color: 6178146.

HSL color Cylindrical-coordinate representation of color #62455E: hue angle of 308.28º 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 #62455E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 69 94 -
CMYK 0 0.30 0.04 0.62
HSL 308.28º 0.17% 0.33% -
HSV(B) 308.28º 0.3% 0.38% -
XYZ 9.19 7.66 11.58 -
YUV 80.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 98 69 94 0 0.30 0.04 0.62 308.28 0.17 0.33
Hex 62 45 5E 0 1E 4 3E 134 11 21
Octal 142 105 136 0 36 4 76 464 21 41
Binary 1100010 1000101 1011110 0 11110 100 111110 100110100 10001 100001

Color Harmonies of #62455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62455E

Black with #62455E

Text Example


Text Example

White with #62455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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