Html Css Color HEX #721369 Palatinate Purple

📋 copy color: '#721369'

red 114 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #721369

Tints of Palatinate Purple #721369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 47.9%
G = 7.98%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#721369 (or 0x721369) is known color: Palatinate Purple. HEX triplet: 72, 13 and 69. RGB value is (114,19,105). Sum of RGB (Red+Green+Blue) = 114+19+105=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721369 is #8DEC96. Grayscale: #383838. Windows color (decimal): -9301143 or 6886258. OLE color: 6886258.

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

Color convert

RGB 114 19 105 -
CMYK 0 0.83 0.08 0.55
HSL 305.68º 0.71% 0.26% -
HSV(B) 305.68º 0.83% 0.45% -
XYZ 9.72 5.06 13.83 -
YUV 57.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 114 19 105 0 0.83 0.08 0.55 305.68 0.71 0.26
Hex 72 13 69 0 53 8 37 132 47 1A
Octal 162 23 151 0 123 10 67 462 107 32
Binary 1110010 10011 1101001 0 1010011 1000 110111 100110010 1000111 11010

Color Harmonies of #721369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721369

Black with #721369

Text Example


Text Example

White with #721369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721369; }

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

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

background-color css

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

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

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

border-color css

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

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

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