Html Css Color HEX #72275B Palatinate Purple

📋 copy color: '#72275B'

red 114 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #72275B

Tints of Palatinate Purple #72275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 46.72%
G = 15.98%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72275B (or 0x72275B) is known color: Palatinate Purple. HEX triplet: 72, 27 and 5B. RGB value is (114,39,91). Sum of RGB (Red+Green+Blue) = 114+39+91=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72275B is #8DD8A4. Grayscale: #434343. Windows color (decimal): -9296037 or 5973874. OLE color: 5973874.

HSL color Cylindrical-coordinate representation of color #72275B: hue angle of 318.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72275B is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 91 -
CMYK 0 0.66 0.20 0.55
HSL 318.4º 0.49% 0.3% -
HSV(B) 318.4º 0.66% 0.45% -
XYZ 9.55 5.78 10.51 -
YUV 67.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 114 39 91 0 0.66 0.20 0.55 318.4 0.49 0.3
Hex 72 27 5B 0 42 14 37 13E 31 1E
Octal 162 47 133 0 102 24 67 476 61 36
Binary 1110010 100111 1011011 0 1000010 10100 110111 100111110 110001 11110

Color Harmonies of #72275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72275B

Black with #72275B

Text Example


Text Example

White with #72275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72275B; }

 p { color: rgb(114,39,91); }

 H1.HeaderClassName
 {
   color: #72275B;
 }
 .AnyTagClassName
 {
   color: #72275B;
 }
</style>

background-color css

<style>
 a { background-color: #72275B; }

 a { background-color: rgb(114,39,91); }

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

border-color css

<style>
 span { border-color: #72275B; }

 span { border-color: rgb(114,39,91); }

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