Html Css Color HEX #720294 Purple

📋 copy color: '#720294'

red 114 ◦ green 2 ◦ blue 148

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

Shades of Purple #720294

Tints of Purple #720294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 43.18%
G = 0.76%
B = 56.06%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720294 (or 0x720294) is known color: Purple. HEX triplet: 72, 02 and 94. RGB value is (114,2,148). Sum of RGB (Red+Green+Blue) = 114+2+148=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #720294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720294 is #8DFD6B. Grayscale: #333333. Windows color (decimal): -9305452 or 9699954. OLE color: 9699954.

HSL color Cylindrical-coordinate representation of color #720294: hue angle of 286.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720294 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 2 148 -
CMYK 0.23 0.99 0 0.42
HSL 286.03º 0.97% 0.29% -
HSV(B) 286.03º 0.99% 0.58% -
XYZ 12.31 5.76 28.48 -
YUV 52.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 114 2 148 0.23 0.99 0 0.42 286.03 0.97 0.29
Hex 72 2 94 17 63 0 2A 11E 61 1D
Octal 162 2 224 27 143 0 52 436 141 35
Binary 1110010 10 10010100 10111 1100011 0 101010 100011110 1100001 11101

Color Harmonies of #720294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720294

Black with #720294

Text Example


Text Example

White with #720294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720294; }

 p { color: rgb(114,2,148); }

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

background-color css

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

 a { background-color: rgb(114,2,148); }

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

border-color css

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

 span { border-color: rgb(114,2,148); }

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