Html Css Color HEX #721A70 Palatinate Purple

📋 copy color: '#721A70'

red 114 ◦ green 26 ◦ blue 112

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

Shades of Palatinate Purple #721A70

Tints of Palatinate Purple #721A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 45.24%
G = 10.32%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#721A70 (or 0x721A70) is known color: Palatinate Purple. HEX triplet: 72, 1A and 70. RGB value is (114,26,112). Sum of RGB (Red+Green+Blue) = 114+26+112=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #721A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A70 is #8DE58F. Grayscale: #3D3D3D. Windows color (decimal): -9299344 or 7346802. OLE color: 7346802.

HSL color Cylindrical-coordinate representation of color #721A70: hue angle of 301.36º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A70 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 112 -
CMYK 0 0.77 0.02 0.55
HSL 301.36º 0.63% 0.27% -
HSV(B) 301.36º 0.77% 0.45% -
XYZ 10.23 5.49 15.85 -
YUV 62.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 114 26 112 0 0.77 0.02 0.55 301.36 0.63 0.27
Hex 72 1A 70 0 4D 2 37 12D 3F 1B
Octal 162 32 160 0 115 2 67 455 77 33
Binary 1110010 11010 1110000 0 1001101 10 110111 100101101 111111 11011

Color Harmonies of #721A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A70

Black with #721A70

Text Example


Text Example

White with #721A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,26,112); }

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

background-color css

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

 a { background-color: rgb(114,26,112); }

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

border-color css

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

 span { border-color: rgb(114,26,112); }

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