Html Css Color HEX #72235B Palatinate Purple

📋 copy color: '#72235B'

red 114 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #72235B

Tints of Palatinate Purple #72235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 47.5%
G = 14.58%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72235B (or 0x72235B) is known color: Palatinate Purple. HEX triplet: 72, 23 and 5B. RGB value is (114,35,91). Sum of RGB (Red+Green+Blue) = 114+35+91=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72235B is #8DDCA4. Grayscale: #404040. Windows color (decimal): -9297061 or 5972850. OLE color: 5972850.

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

Color convert

RGB 114 35 91 -
CMYK 0 0.69 0.20 0.55
HSL 317.47º 0.53% 0.29% -
HSV(B) 317.47º 0.69% 0.45% -
XYZ 9.43 5.53 10.47 -
YUV 65.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 114 35 91 0 0.69 0.20 0.55 317.47 0.53 0.29
Hex 72 23 5B 0 45 14 37 13D 35 1D
Octal 162 43 133 0 105 24 67 475 65 35
Binary 1110010 100011 1011011 0 1000101 10100 110111 100111101 110101 11101

Color Harmonies of #72235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72235B

Black with #72235B

Text Example


Text Example

White with #72235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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