Html Css Color HEX #72255C Palatinate Purple

📋 copy color: '#72255C'

red 114 ◦ green 37 ◦ blue 92

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

Shades of Palatinate Purple #72255C

Tints of Palatinate Purple #72255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 46.91%
G = 15.23%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72255C (or 0x72255C) is known color: Palatinate Purple. HEX triplet: 72, 25 and 5C. RGB value is (114,37,92). Sum of RGB (Red+Green+Blue) = 114+37+92=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72255C is #8DDAA3. Grayscale: #424242. Windows color (decimal): -9296548 or 6038898. OLE color: 6038898.

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

Color convert

RGB 114 37 92 -
CMYK 0 0.68 0.19 0.55
HSL 317.14º 0.51% 0.3% -
HSV(B) 317.14º 0.68% 0.45% -
XYZ 9.53 5.67 10.72 -
YUV 66.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 114 37 92 0 0.68 0.19 0.55 317.14 0.51 0.3
Hex 72 25 5C 0 44 13 37 13D 33 1E
Octal 162 45 134 0 104 23 67 475 63 36
Binary 1110010 100101 1011100 0 1000100 10011 110111 100111101 110011 11110

Color Harmonies of #72255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72255C

Black with #72255C

Text Example


Text Example

White with #72255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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