Html Css Color HEX #730E54 Pompadour

📋 copy color: '#730E54'

red 115 ◦ green 14 ◦ blue 84

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

Shades of Pompadour #730E54

Tints of Pompadour #730E54

RGB

 RED value IS 115 (45.31% from 255) = 53.99%

 GREEN value IS 14 (5.86% from 255) = 6.57%

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 53.99%
G = 6.57%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#730E54 (or 0x730E54) is known color: Pompadour. HEX triplet: 73, 0E and 54. RGB value is (115,14,84). Sum of RGB (Red+Green+Blue) = 115+14+84=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #730E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E54 is #8CF1AB. Grayscale: #343434. Windows color (decimal): -9236908 or 5508723. OLE color: 5508723.

HSL color Cylindrical-coordinate representation of color #730E54: hue angle of 318.42º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E54 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 14 84 -
CMYK 0 0.88 0.27 0.55
HSL 318.42º 0.78% 0.25% -
HSV(B) 318.42º 0.88% 0.45% -
XYZ 8.83 4.6 8.81 -
YUV 52.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 115 14 84 0 0.88 0.27 0.55 318.42 0.78 0.25
Hex 73 E 54 0 58 1B 37 13E 4E 19
Octal 163 16 124 0 130 33 67 476 116 31
Binary 1110011 1110 1010100 0 1011000 11011 110111 100111110 1001110 11001

Color Harmonies of #730E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E54

Black with #730E54

Text Example


Text Example

White with #730E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730E54; }

 p { color: rgb(115,14,84); }

 H1.HeaderClassName
 {
   color: #730E54;
 }
 .AnyTagClassName
 {
   color: #730E54;
 }
</style>

background-color css

<style>
 a { background-color: #730E54; }

 a { background-color: rgb(115,14,84); }

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

border-color css

<style>
 span { border-color: #730E54; }

 span { border-color: rgb(115,14,84); }

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