Html Css Color HEX #720390 Purple

📋 copy color: '#720390'

red 114 ◦ green 3 ◦ blue 144

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

Shades of Purple #720390

Tints of Purple #720390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 43.68%
G = 1.15%
B = 55.17%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#720390 (or 0x720390) is known color: Purple. HEX triplet: 72, 03 and 90. RGB value is (114,3,144). Sum of RGB (Red+Green+Blue) = 114+3+144=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #720390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720390 is #8DFC6F. Grayscale: #333333. Windows color (decimal): -9305200 or 9438066. OLE color: 9438066.

HSL color Cylindrical-coordinate representation of color #720390: hue angle of 287.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720390 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 3 144 -
CMYK 0.21 0.98 0 0.44
HSL 287.23º 0.96% 0.29% -
HSV(B) 287.23º 0.98% 0.56% -
XYZ 12.01 5.66 26.84 -
YUV 52.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 114 3 144 0.21 0.98 0 0.44 287.23 0.96 0.29
Hex 72 3 90 15 62 0 2C 11F 60 1D
Octal 162 3 220 25 142 0 54 437 140 35
Binary 1110010 11 10010000 10101 1100010 0 101100 100011111 1100000 11101

Color Harmonies of #720390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720390

Black with #720390

Text Example


Text Example

White with #720390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720390; }

 p { color: rgb(114,3,144); }

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

background-color css

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

 a { background-color: rgb(114,3,144); }

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

border-color css

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

 span { border-color: rgb(114,3,144); }

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