Html Css Color HEX #721298 Purple

📋 copy color: '#721298'

red 114 ◦ green 18 ◦ blue 152

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

Shades of Purple #721298

Tints of Purple #721298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 40.14%
G = 6.34%
B = 53.52%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#721298 (or 0x721298) is known color: Purple. HEX triplet: 72, 12 and 98. RGB value is (114,18,152). Sum of RGB (Red+Green+Blue) = 114+18+152=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #721298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721298 is #8DED67. Grayscale: #3D3D3D. Windows color (decimal): -9301352 or 9966194. OLE color: 9966194.

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

Color convert

RGB 114 18 152 -
CMYK 0.25 0.88 0 0.40
HSL 282.99º 0.79% 0.33% -
HSV(B) 282.99º 0.88% 0.6% -
XYZ 12.82 6.28 30.24 -
YUV 61.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 114 18 152 0.25 0.88 0 0.40 282.99 0.79 0.33
Hex 72 12 98 19 58 0 28 11B 4F 21
Octal 162 22 230 31 130 0 50 433 117 41
Binary 1110010 10010 10011000 11001 1011000 0 101000 100011011 1001111 100001

Color Harmonies of #721298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721298

Black with #721298

Text Example


Text Example

White with #721298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721298; }

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

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

background-color css

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

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

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

border-color css

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

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

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