Html Css Color HEX #720169 Purple

📋 copy color: '#720169'

red 114 ◦ green 1 ◦ blue 105

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

Shades of Purple #720169

Tints of Purple #720169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 51.82%
G = 0.45%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#720169 (or 0x720169) is known color: Purple. HEX triplet: 72, 01 and 69. RGB value is (114,1,105). Sum of RGB (Red+Green+Blue) = 114+1+105=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720169 is #8DFE96. Grayscale: #2E2E2E. Windows color (decimal): -9305751 or 6881650. OLE color: 6881650.

HSL color Cylindrical-coordinate representation of color #720169: hue angle of 304.78º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720169 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 105 -
CMYK 0 0.99 0.08 0.55
HSL 304.78º 0.98% 0.23% -
HSV(B) 304.78º 0.99% 0.45% -
XYZ 9.5 4.62 13.76 -
YUV 46.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 114 1 105 0 0.99 0.08 0.55 304.78 0.98 0.23
Hex 72 1 69 0 63 8 37 131 62 17
Octal 162 1 151 0 143 10 67 461 142 27
Binary 1110010 1 1101001 0 1100011 1000 110111 100110001 1100010 10111

Color Harmonies of #720169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720169

Black with #720169

Text Example


Text Example

White with #720169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720169; }

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

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

background-color css

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

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

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

border-color css

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

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

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