Html Css Color HEX #72065E Palatinate Purple

📋 copy color: '#72065E'

red 114 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #72065E

Tints of Palatinate Purple #72065E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 53.27%
G = 2.8%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72065E (or 0x72065E) is known color: Palatinate Purple. HEX triplet: 72, 06 and 5E. RGB value is (114,6,94). Sum of RGB (Red+Green+Blue) = 114+6+94=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72065E is #8DF9A1. Grayscale: #303030. Windows color (decimal): -9304482 or 6162034. OLE color: 6162034.

HSL color Cylindrical-coordinate representation of color #72065E: hue angle of 311.11º 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 #72065E is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 6 94 -
CMYK 0 0.95 0.18 0.55
HSL 311.11º 0.9% 0.24% -
HSV(B) 311.11º 0.95% 0.45% -
XYZ 9.02 4.52 10.99 -
YUV 48.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 114 6 94 0 0.95 0.18 0.55 311.11 0.9 0.24
Hex 72 6 5E 0 5F 12 37 137 5A 18
Octal 162 6 136 0 137 22 67 467 132 30
Binary 1110010 110 1011110 0 1011111 10010 110111 100110111 1011010 11000

Color Harmonies of #72065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72065E

Black with #72065E

Text Example


Text Example

White with #72065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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