Html Css Color HEX #68124F Pompadour

📋 copy color: '#68124F'

red 104 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #68124F

Tints of Pompadour #68124F

RGB

 RED value IS 104 (41.02% from 255) = 51.74%

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 51.74%
G = 8.96%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68124F (or 0x68124F) is known color: Pompadour. HEX triplet: 68, 12 and 4F. RGB value is (104,18,79). Sum of RGB (Red+Green+Blue) = 104+18+79=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68124F is #97EDB0. Grayscale: #323232. Windows color (decimal): -9956785 or 5182056. OLE color: 5182056.

HSL color Cylindrical-coordinate representation of color #68124F: hue angle of 317.44º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68124F is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 79 -
CMYK 0 0.83 0.24 0.59
HSL 317.44º 0.7% 0.24% -
HSV(B) 317.44º 0.83% 0.41% -
XYZ 7.34 3.94 7.77 -
YUV 50.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 104 18 79 0 0.83 0.24 0.59 317.44 0.7 0.24
Hex 68 12 4F 0 53 18 3B 13D 46 18
Octal 150 22 117 0 123 30 73 475 106 30
Binary 1101000 10010 1001111 0 1010011 11000 111011 100111101 1000110 11000

Color Harmonies of #68124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68124F

Black with #68124F

Text Example


Text Example

White with #68124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,18,79); }

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

background-color css

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

 a { background-color: rgb(104,18,79); }

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

border-color css

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

 span { border-color: rgb(104,18,79); }

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