Html Css Color HEX #721E67 Palatinate Purple

📋 copy color: '#721E67'

red 114 ◦ green 30 ◦ blue 103

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

Shades of Palatinate Purple #721E67

Tints of Palatinate Purple #721E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

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

R = 46.15%
G = 12.15%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721E67 (or 0x721E67) is known color: Palatinate Purple. HEX triplet: 72, 1E and 67. RGB value is (114,30,103). Sum of RGB (Red+Green+Blue) = 114+30+103=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E67 is #8DE198. Grayscale: #3F3F3F. Windows color (decimal): -9298329 or 6758002. OLE color: 6758002.

HSL color Cylindrical-coordinate representation of color #721E67: hue angle of 307.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E67 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 103 -
CMYK 0 0.74 0.10 0.55
HSL 307.86º 0.58% 0.28% -
HSV(B) 307.86º 0.74% 0.45% -
XYZ 9.85 5.49 13.37 -
YUV 63.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 114 30 103 0 0.74 0.10 0.55 307.86 0.58 0.28
Hex 72 1E 67 0 4A A 37 134 3A 1C
Octal 162 36 147 0 112 12 67 464 72 34
Binary 1110010 11110 1100111 0 1001010 1010 110111 100110100 111010 11100

Color Harmonies of #721E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E67

Black with #721E67

Text Example


Text Example

White with #721E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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