Html Css Color HEX #721269 Palatinate Purple

📋 copy color: '#721269'

red 114 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #721269

Tints of Palatinate Purple #721269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 48.1%
G = 7.59%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#721269 (or 0x721269) is known color: Palatinate Purple. HEX triplet: 72, 12 and 69. RGB value is (114,18,105). Sum of RGB (Red+Green+Blue) = 114+18+105=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721269 is #8DED96. Grayscale: #383838. Windows color (decimal): -9301399 or 6886002. OLE color: 6886002.

HSL color Cylindrical-coordinate representation of color #721269: hue angle of 305.62º 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 #721269 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 105 -
CMYK 0 0.84 0.08 0.55
HSL 305.63º 0.73% 0.26% -
HSV(B) 305.63º 0.84% 0.45% -
XYZ 9.71 5.03 13.82 -
YUV 56.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 114 18 105 0 0.84 0.08 0.55 305.63 0.73 0.26
Hex 72 12 69 0 54 8 37 132 49 1A
Octal 162 22 151 0 124 10 67 462 111 32
Binary 1110010 10010 1101001 0 1010100 1000 110111 100110010 1001001 11010

Color Harmonies of #721269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721269

Black with #721269

Text Example


Text Example

White with #721269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721269; }

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

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

background-color css

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

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

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

border-color css

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

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

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