Html Css Color HEX #720098 Purple

📋 copy color: '#720098'

red 114 ◦ green 0 ◦ blue 152

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

Shades of Purple #720098

Tints of Purple #720098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#720098 (or 0x720098) is known color: Purple. HEX triplet: 72, 00 and 98. RGB value is (114,0,152). Sum of RGB (Red+Green+Blue) = 114+0+152=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #720098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720098 is #8DFF67. Grayscale: #323232. Windows color (decimal): -9305960 or 9961586. OLE color: 9961586.

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

Color convert

RGB 114 0 152 -
CMYK 0.25 1 0 0.40
HSL 285º 1% 0.3% -
HSV(B) 285º 1% 0.6% -
XYZ 12.61 5.84 30.17 -
YUV 51.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 114 0 152 0.25 1 0 0.40 285 1 0.3
Hex 72 0 98 19 64 0 28 11D 64 1E
Octal 162 0 230 31 144 0 50 435 144 36
Binary 1110010 0 10011000 11001 1100100 0 101000 100011101 1100100 11110

Color Harmonies of #720098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720098

Black with #720098

Text Example


Text Example

White with #720098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720098; }

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

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

background-color css

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

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

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

border-color css

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

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

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