Html Css Color HEX #721098 Purple

📋 copy color: '#721098'

red 114 ◦ green 16 ◦ blue 152

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

Shades of Purple #721098

Tints of Purple #721098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 40.43%
G = 5.67%
B = 53.9%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#721098 (or 0x721098) is known color: Purple. HEX triplet: 72, 10 and 98. RGB value is (114,16,152). Sum of RGB (Red+Green+Blue) = 114+16+152=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #721098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721098 is #8DEF67. Grayscale: #3C3C3C. Windows color (decimal): -9301864 or 9965682. OLE color: 9965682.

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

Color convert

RGB 114 16 152 -
CMYK 0.25 0.89 0 0.40
HSL 283.24º 0.81% 0.33% -
HSV(B) 283.24º 0.89% 0.6% -
XYZ 12.79 6.21 30.23 -
YUV 60.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 114 16 152 0.25 0.89 0 0.40 283.24 0.81 0.33
Hex 72 10 98 19 59 0 28 11B 51 21
Octal 162 20 230 31 131 0 50 433 121 41
Binary 1110010 10000 10011000 11001 1011001 0 101000 100011011 1010001 100001

Color Harmonies of #721098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721098

Black with #721098

Text Example


Text Example

White with #721098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721098; }

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

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

background-color css

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

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

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

border-color css

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

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

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