Html Css Color HEX #721368 Palatinate Purple

📋 copy color: '#721368'

red 114 ◦ green 19 ◦ blue 104

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

Shades of Palatinate Purple #721368

Tints of Palatinate Purple #721368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 48.1%
G = 8.02%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721368 (or 0x721368) is known color: Palatinate Purple. HEX triplet: 72, 13 and 68. RGB value is (114,19,104). Sum of RGB (Red+Green+Blue) = 114+19+104=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721368 is #8DEC97. Grayscale: #383838. Windows color (decimal): -9301144 or 6820722. OLE color: 6820722.

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

Color convert

RGB 114 19 104 -
CMYK 0 0.83 0.09 0.55
HSL 306.32º 0.71% 0.26% -
HSV(B) 306.32º 0.83% 0.45% -
XYZ 9.67 5.04 13.56 -
YUV 57.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 114 19 104 0 0.83 0.09 0.55 306.32 0.71 0.26
Hex 72 13 68 0 53 9 37 132 47 1A
Octal 162 23 150 0 123 11 67 462 107 32
Binary 1110010 10011 1101000 0 1010011 1001 110111 100110010 1000111 11010

Color Harmonies of #721368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721368

Black with #721368

Text Example


Text Example

White with #721368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721368; }

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

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

background-color css

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

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

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

border-color css

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

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

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