Html Css Color HEX #62254F Pompadour

📋 copy color: '#62254F'

red 98 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #62254F

Tints of Pompadour #62254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 45.79%
G = 17.29%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62254F (or 0x62254F) is known color: Pompadour. HEX triplet: 62, 25 and 4F. RGB value is (98,37,79). Sum of RGB (Red+Green+Blue) = 98+37+79=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62254F is #9DDAB0. Grayscale: #3B3B3B. Windows color (decimal): -10345137 or 5186914. OLE color: 5186914.

HSL color Cylindrical-coordinate representation of color #62254F: hue angle of 318.69º 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 #62254F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 37 79 -
CMYK 0 0.62 0.19 0.62
HSL 318.69º 0.45% 0.26% -
HSV(B) 318.69º 0.62% 0.38% -
XYZ 7.11 4.48 7.89 -
YUV 60.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 98 37 79 0 0.62 0.19 0.62 318.69 0.45 0.26
Hex 62 25 4F 0 3E 13 3E 13F 2D 1A
Octal 142 45 117 0 76 23 76 477 55 32
Binary 1100010 100101 1001111 0 111110 10011 111110 100111111 101101 11010

Color Harmonies of #62254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62254F

Black with #62254F

Text Example


Text Example

White with #62254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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