Html Css Color HEX #721268 Palatinate Purple

📋 copy color: '#721268'

red 114 ◦ green 18 ◦ blue 104

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

Shades of Palatinate Purple #721268

Tints of Palatinate Purple #721268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 48.31%
G = 7.63%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721268 (or 0x721268) is known color: Palatinate Purple. HEX triplet: 72, 12 and 68. RGB value is (114,18,104). Sum of RGB (Red+Green+Blue) = 114+18+104=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #721268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721268 is #8DED97. Grayscale: #383838. Windows color (decimal): -9301400 or 6820466. OLE color: 6820466.

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

Color convert

RGB 114 18 104 -
CMYK 0 0.84 0.09 0.55
HSL 306.25º 0.73% 0.26% -
HSV(B) 306.25º 0.84% 0.45% -
XYZ 9.65 5.01 13.55 -
YUV 56.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 114 18 104 0 0.84 0.09 0.55 306.25 0.73 0.26
Hex 72 12 68 0 54 9 37 132 49 1A
Octal 162 22 150 0 124 11 67 462 111 32
Binary 1110010 10010 1101000 0 1010100 1001 110111 100110010 1001001 11010

Color Harmonies of #721268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721268

Black with #721268

Text Example


Text Example

White with #721268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721268; }

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

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

background-color css

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

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

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

border-color css

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

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

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