Html Css Color HEX #62254E Pompadour

📋 copy color: '#62254E'

red 98 ◦ green 37 ◦ blue 78

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

Shades of Pompadour #62254E

Tints of Pompadour #62254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 78 (30.86% from 255) = 36.62%

R = 46.01%
G = 17.37%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62254E (or 0x62254E) is known color: Pompadour. HEX triplet: 62, 25 and 4E. RGB value is (98,37,78). Sum of RGB (Red+Green+Blue) = 98+37+78=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62254E is #9DDAB1. Grayscale: #3B3B3B. Windows color (decimal): -10345138 or 5121378. OLE color: 5121378.

HSL color Cylindrical-coordinate representation of color #62254E: hue angle of 319.67º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62254E is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 37 78 -
CMYK 0 0.62 0.20 0.62
HSL 319.67º 0.45% 0.26% -
HSV(B) 319.67º 0.62% 0.38% -
XYZ 7.07 4.47 7.7 -
YUV 59.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 98 37 78 0 0.62 0.20 0.62 319.67 0.45 0.26
Hex 62 25 4E 0 3E 14 3E 140 2D 1A
Octal 142 45 116 0 76 24 76 500 55 32
Binary 1100010 100101 1001110 0 111110 10100 111110 101000000 101101 11010

Color Harmonies of #62254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62254E

Black with #62254E

Text Example


Text Example

White with #62254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,37,78); }

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

background-color css

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

 a { background-color: rgb(98,37,78); }

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

border-color css

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

 span { border-color: rgb(98,37,78); }

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