Html Css Color HEX #68214E Pompadour

📋 copy color: '#68214E'

red 104 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #68214E

Tints of Pompadour #68214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 48.37%
G = 15.35%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68214E (or 0x68214E) is known color: Pompadour. HEX triplet: 68, 21 and 4E. RGB value is (104,33,78). Sum of RGB (Red+Green+Blue) = 104+33+78=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68214E is #97DEB1. Grayscale: #3B3B3B. Windows color (decimal): -9952946 or 5120360. OLE color: 5120360.

HSL color Cylindrical-coordinate representation of color #68214E: hue angle of 321.97º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68214E is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 78 -
CMYK 0 0.68 0.25 0.59
HSL 321.97º 0.52% 0.27% -
HSV(B) 321.97º 0.68% 0.41% -
XYZ 7.63 4.58 7.69 -
YUV 59.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 104 33 78 0 0.68 0.25 0.59 321.97 0.52 0.27
Hex 68 21 4E 0 44 19 3B 142 34 1B
Octal 150 41 116 0 104 31 73 502 64 33
Binary 1101000 100001 1001110 0 1000100 11001 111011 101000010 110100 11011

Color Harmonies of #68214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68214E

Black with #68214E

Text Example


Text Example

White with #68214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,33,78); }

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

background-color css

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

 a { background-color: rgb(104,33,78); }

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

border-color css

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

 span { border-color: rgb(104,33,78); }

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