Html Css Color HEX #720198 Purple

📋 copy color: '#720198'

red 114 ◦ green 1 ◦ blue 152

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

Shades of Purple #720198

Tints of Purple #720198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.93%

R = 42.7%
G = 0.37%
B = 56.93%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#720198 (or 0x720198) is known color: Purple. HEX triplet: 72, 01 and 98. RGB value is (114,1,152). Sum of RGB (Red+Green+Blue) = 114+1+152=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #720198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720198 is #8DFE67. Grayscale: #333333. Windows color (decimal): -9305704 or 9961842. OLE color: 9961842.

HSL color Cylindrical-coordinate representation of color #720198: hue angle of 284.9º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720198 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 1 152 -
CMYK 0.25 0.99 0 0.40
HSL 284.9º 0.99% 0.3% -
HSV(B) 284.9º 0.99% 0.6% -
XYZ 12.62 5.87 30.17 -
YUV 52 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 114 1 152 0.25 0.99 0 0.40 284.9 0.99 0.3
Hex 72 1 98 19 63 0 28 11D 63 1E
Octal 162 1 230 31 143 0 50 435 143 36
Binary 1110010 1 10011000 11001 1100011 0 101000 100011101 1100011 11110

Color Harmonies of #720198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720198

Black with #720198

Text Example


Text Example

White with #720198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720198; }

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

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

background-color css

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

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

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

border-color css

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

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

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