Html Css Color HEX #72065C Palatinate Purple

📋 copy color: '#72065C'

red 114 ◦ green 6 ◦ blue 92

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

Shades of Palatinate Purple #72065C

Tints of Palatinate Purple #72065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 53.77%
G = 2.83%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72065C (or 0x72065C) is known color: Palatinate Purple. HEX triplet: 72, 06 and 5C. RGB value is (114,6,92). Sum of RGB (Red+Green+Blue) = 114+6+92=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72065C is #8DF9A3. Grayscale: #2F2F2F. Windows color (decimal): -9304484 or 6030962. OLE color: 6030962.

HSL color Cylindrical-coordinate representation of color #72065C: hue angle of 312.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72065C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 92 -
CMYK 0 0.95 0.19 0.55
HSL 312.22º 0.9% 0.24% -
HSV(B) 312.22º 0.95% 0.45% -
XYZ 8.94 4.48 10.52 -
YUV 48.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 114 6 92 0 0.95 0.19 0.55 312.22 0.9 0.24
Hex 72 6 5C 0 5F 13 37 138 5A 18
Octal 162 6 134 0 137 23 67 470 132 30
Binary 1110010 110 1011100 0 1011111 10011 110111 100111000 1011010 11000

Color Harmonies of #72065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72065C

Black with #72065C

Text Example


Text Example

White with #72065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72065C; }

 p { color: rgb(114,6,92); }

 H1.HeaderClassName
 {
   color: #72065C;
 }
 .AnyTagClassName
 {
   color: #72065C;
 }
</style>

background-color css

<style>
 a { background-color: #72065C; }

 a { background-color: rgb(114,6,92); }

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

border-color css

<style>
 span { border-color: #72065C; }

 span { border-color: rgb(114,6,92); }

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