Html Css Color HEX #721C67 Palatinate Purple

📋 copy color: '#721C67'

red 114 ◦ green 28 ◦ blue 103

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

Shades of Palatinate Purple #721C67

Tints of Palatinate Purple #721C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 46.53%
G = 11.43%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721C67 (or 0x721C67) is known color: Palatinate Purple. HEX triplet: 72, 1C and 67. RGB value is (114,28,103). Sum of RGB (Red+Green+Blue) = 114+28+103=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C67 is #8DE398. Grayscale: #3E3E3E. Windows color (decimal): -9298841 or 6757490. OLE color: 6757490.

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

Color convert

RGB 114 28 103 -
CMYK 0 0.75 0.10 0.55
HSL 307.67º 0.61% 0.28% -
HSV(B) 307.67º 0.75% 0.45% -
XYZ 9.8 5.39 13.36 -
YUV 62.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 114 28 103 0 0.75 0.10 0.55 307.67 0.61 0.28
Hex 72 1C 67 0 4B A 37 134 3D 1C
Octal 162 34 147 0 113 12 67 464 75 34
Binary 1110010 11100 1100111 0 1001011 1010 110111 100110100 111101 11100

Color Harmonies of #721C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C67

Black with #721C67

Text Example


Text Example

White with #721C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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