Html Css Color HEX #721567 Palatinate Purple

📋 copy color: '#721567'

red 114 ◦ green 21 ◦ blue 103

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

Shades of Palatinate Purple #721567

Tints of Palatinate Purple #721567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 47.9%
G = 8.82%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721567 (or 0x721567) is known color: Palatinate Purple. HEX triplet: 72, 15 and 67. RGB value is (114,21,103). Sum of RGB (Red+Green+Blue) = 114+21+103=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721567 is #8DEA98. Grayscale: #393939. Windows color (decimal): -9300633 or 6755698. OLE color: 6755698.

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

Color convert

RGB 114 21 103 -
CMYK 0 0.82 0.10 0.55
HSL 307.1º 0.69% 0.26% -
HSV(B) 307.1º 0.82% 0.45% -
XYZ 9.66 5.09 13.31 -
YUV 58.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 114 21 103 0 0.82 0.10 0.55 307.1 0.69 0.26
Hex 72 15 67 0 52 A 37 133 45 1A
Octal 162 25 147 0 122 12 67 463 105 32
Binary 1110010 10101 1100111 0 1010010 1010 110111 100110011 1000101 11010

Color Harmonies of #721567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721567

Black with #721567

Text Example


Text Example

White with #721567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721567; }

 p { color: rgb(114,21,103); }

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

background-color css

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

 a { background-color: rgb(114,21,103); }

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

border-color css

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

 span { border-color: rgb(114,21,103); }

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