Html Css Color HEX #720F6A Palatinate Purple

📋 copy color: '#720F6A'

red 114 ◦ green 15 ◦ blue 106

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

Shades of Palatinate Purple #720F6A

Tints of Palatinate Purple #720F6A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 48.51%
G = 6.38%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#720F6A (or 0x720F6A) is known color: Palatinate Purple. HEX triplet: 72, 0F and 6A. RGB value is (114,15,106). Sum of RGB (Red+Green+Blue) = 114+15+106=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #720F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F6A is #8DF095. Grayscale: #363636. Windows color (decimal): -9302166 or 6950770. OLE color: 6950770.

HSL color Cylindrical-coordinate representation of color #720F6A: hue angle of 304.85º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F6A is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 15 106 -
CMYK 0 0.87 0.07 0.55
HSL 304.85º 0.77% 0.25% -
HSV(B) 304.85º 0.87% 0.45% -
XYZ 9.71 4.96 14.08 -
YUV 54.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 114 15 106 0 0.87 0.07 0.55 304.85 0.77 0.25
Hex 72 F 6A 0 57 7 37 131 4D 19
Octal 162 17 152 0 127 7 67 461 115 31
Binary 1110010 1111 1101010 0 1010111 111 110111 100110001 1001101 11001

Color Harmonies of #720F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F6A

Black with #720F6A

Text Example


Text Example

White with #720F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720F6A; }

 p { color: rgb(114,15,106); }

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

background-color css

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

 a { background-color: rgb(114,15,106); }

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

border-color css

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

 span { border-color: rgb(114,15,106); }

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