Html Css Color HEX #72265F Palatinate Purple

📋 copy color: '#72265F'

red 114 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #72265F

Tints of Palatinate Purple #72265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 46.15%
G = 15.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72265F (or 0x72265F) is known color: Palatinate Purple. HEX triplet: 72, 26 and 5F. RGB value is (114,38,95). Sum of RGB (Red+Green+Blue) = 114+38+95=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72265F is #8DD9A0. Grayscale: #434343. Windows color (decimal): -9296289 or 6235762. OLE color: 6235762.

HSL color Cylindrical-coordinate representation of color #72265F: hue angle of 315º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72265F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 38 95 -
CMYK 0 0.67 0.17 0.55
HSL 315º 0.5% 0.3% -
HSV(B) 315º 0.67% 0.45% -
XYZ 9.7 5.79 11.43 -
YUV 67.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 114 38 95 0 0.67 0.17 0.55 315 0.5 0.3
Hex 72 26 5F 0 43 11 37 13B 32 1E
Octal 162 46 137 0 103 21 67 473 62 36
Binary 1110010 100110 1011111 0 1000011 10001 110111 100111011 110010 11110

Color Harmonies of #72265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72265F

Black with #72265F

Text Example


Text Example

White with #72265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72265F; }

 p { color: rgb(114,38,95); }

 H1.HeaderClassName
 {
   color: #72265F;
 }
 .AnyTagClassName
 {
   color: #72265F;
 }
</style>

background-color css

<style>
 a { background-color: #72265F; }

 a { background-color: rgb(114,38,95); }

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

border-color css

<style>
 span { border-color: #72265F; }

 span { border-color: rgb(114,38,95); }

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