Html Css Color HEX #720385 Purple

📋 copy color: '#720385'

red 114 ◦ green 3 ◦ blue 133

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

Shades of Purple #720385

Tints of Purple #720385

RGB

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

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

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

R = 45.6%
G = 1.2%
B = 53.2%

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

#720385 (or 0x720385) is known color: Purple. HEX triplet: 72, 03 and 85. RGB value is (114,3,133). Sum of RGB (Red+Green+Blue) = 114+3+133=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #720385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720385 is #8DFC7A. Grayscale: #323232. Windows color (decimal): -9305211 or 8717170. OLE color: 8717170.

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

Color convert

RGB 114 3 133 -
CMYK 0.14 0.98 0 0.48
HSL 291.23º 0.96% 0.27% -
HSV(B) 291.23º 0.98% 0.52% -
XYZ 11.21 5.34 22.63 -
YUV 51.01 174.27 172.93 -
System Red Green Blue C M Y K H S L
Decimal 114 3 133 0.14 0.98 0 0.48 291.23 0.96 0.27
Hex 72 3 85 E 62 0 30 123 60 1B
Octal 162 3 205 16 142 0 60 443 140 33
Binary 1110010 11 10000101 1110 1100010 0 110000 100100011 1100000 11011

Color Harmonies of #720385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720385

Black with #720385

Text Example


Text Example

White with #720385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720385; }

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

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

background-color css

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

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

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

border-color css

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

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

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