Html Css Color HEX #720285 Purple

📋 copy color: '#720285'

red 114 ◦ green 2 ◦ blue 133

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

Shades of Purple #720285

Tints of Purple #720285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 45.78%
G = 0.8%
B = 53.41%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#720285 (or 0x720285) is known color: Purple. HEX triplet: 72, 02 and 85. RGB value is (114,2,133). Sum of RGB (Red+Green+Blue) = 114+2+133=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #720285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720285 is #8DFD7A. Grayscale: #323232. Windows color (decimal): -9305467 or 8716914. OLE color: 8716914.

HSL color Cylindrical-coordinate representation of color #720285: hue angle of 291.3º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720285 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 2 133 -
CMYK 0.14 0.98 0 0.48
HSL 291.3º 0.97% 0.26% -
HSV(B) 291.3º 0.98% 0.52% -
XYZ 11.19 5.31 22.63 -
YUV 50.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 114 2 133 0.14 0.98 0 0.48 291.3 0.97 0.26
Hex 72 2 85 E 62 0 30 123 61 1A
Octal 162 2 205 16 142 0 60 443 141 32
Binary 1110010 10 10000101 1110 1100010 0 110000 100100011 1100001 11010

Color Harmonies of #720285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720285

Black with #720285

Text Example


Text Example

White with #720285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720285; }

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

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

background-color css

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

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

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

border-color css

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

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

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