Html Css Color HEX #72306A Palatinate Purple

📋 copy color: '#72306A'

red 114 ◦ green 48 ◦ blue 106

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

Shades of Palatinate Purple #72306A

Tints of Palatinate Purple #72306A

RGB

 RED value IS 114 (44.92% from 255) = 42.54%

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 42.54%
G = 17.91%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72306A (or 0x72306A) is known color: Palatinate Purple. HEX triplet: 72, 30 and 6A. RGB value is (114,48,106). Sum of RGB (Red+Green+Blue) = 114+48+106=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #72306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72306A is #8DCF95. Grayscale: #4A4A4A. Windows color (decimal): -9293718 or 6959218. OLE color: 6959218.

HSL color Cylindrical-coordinate representation of color #72306A: hue angle of 307.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72306A is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 48 106 -
CMYK 0 0.58 0.07 0.55
HSL 307.27º 0.41% 0.32% -
HSV(B) 307.27º 0.58% 0.45% -
XYZ 10.6 6.73 14.38 -
YUV 74.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 114 48 106 0 0.58 0.07 0.55 307.27 0.41 0.32
Hex 72 30 6A 0 3A 7 37 133 29 20
Octal 162 60 152 0 72 7 67 463 51 40
Binary 1110010 110000 1101010 0 111010 111 110111 100110011 101001 100000

Color Harmonies of #72306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72306A

Black with #72306A

Text Example


Text Example

White with #72306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72306A; }

 p { color: rgb(114,48,106); }

 H1.HeaderClassName
 {
   color: #72306A;
 }
 .AnyTagClassName
 {
   color: #72306A;
 }
</style>

background-color css

<style>
 a { background-color: #72306A; }

 a { background-color: rgb(114,48,106); }

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

border-color css

<style>
 span { border-color: #72306A; }

 span { border-color: rgb(114,48,106); }

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