Html Css Color HEX #721260 Palatinate Purple

📋 copy color: '#721260'

red 114 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #721260

Tints of Palatinate Purple #721260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 50%
G = 7.89%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#721260 (or 0x721260) is known color: Palatinate Purple. HEX triplet: 72, 12 and 60. RGB value is (114,18,96). Sum of RGB (Red+Green+Blue) = 114+18+96=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #721260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721260 is #8DED9F. Grayscale: #373737. Windows color (decimal): -9301408 or 6296178. OLE color: 6296178.

HSL color Cylindrical-coordinate representation of color #721260: hue angle of 311.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721260 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 96 -
CMYK 0 0.84 0.16 0.55
HSL 311.25º 0.73% 0.26% -
HSV(B) 311.25º 0.84% 0.45% -
XYZ 9.27 4.85 11.51 -
YUV 55.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 114 18 96 0 0.84 0.16 0.55 311.25 0.73 0.26
Hex 72 12 60 0 54 10 37 137 49 1A
Octal 162 22 140 0 124 20 67 467 111 32
Binary 1110010 10010 1100000 0 1010100 10000 110111 100110111 1001001 11010

Color Harmonies of #721260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721260

Black with #721260

Text Example


Text Example

White with #721260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721260; }

 p { color: rgb(114,18,96); }

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

background-color css

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

 a { background-color: rgb(114,18,96); }

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

border-color css

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

 span { border-color: rgb(114,18,96); }

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