Html Css Color HEX #721B67 Palatinate Purple

📋 copy color: '#721B67'

red 114 ◦ green 27 ◦ blue 103

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

Shades of Palatinate Purple #721B67

Tints of Palatinate Purple #721B67

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.07%

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

R = 46.72%
G = 11.07%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721B67 (or 0x721B67) is known color: Palatinate Purple. HEX triplet: 72, 1B and 67. RGB value is (114,27,103). Sum of RGB (Red+Green+Blue) = 114+27+103=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #721B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B67 is #8DE498. Grayscale: #3D3D3D. Windows color (decimal): -9299097 or 6757234. OLE color: 6757234.

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

Color convert

RGB 114 27 103 -
CMYK 0 0.76 0.10 0.55
HSL 307.59º 0.62% 0.28% -
HSV(B) 307.59º 0.76% 0.45% -
XYZ 9.78 5.34 13.35 -
YUV 61.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 114 27 103 0 0.76 0.10 0.55 307.59 0.62 0.28
Hex 72 1B 67 0 4C A 37 134 3E 1C
Octal 162 33 147 0 114 12 67 464 76 34
Binary 1110010 11011 1100111 0 1001100 1010 110111 100110100 111110 11100

Color Harmonies of #721B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B67

Black with #721B67

Text Example


Text Example

White with #721B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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