Html Css Color HEX #720362 Purple

📋 copy color: '#720362'

red 114 ◦ green 3 ◦ blue 98

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

Shades of Purple #720362

Tints of Purple #720362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 53.02%
G = 1.4%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720362 (or 0x720362) is known color: Purple. HEX triplet: 72, 03 and 62. RGB value is (114,3,98). Sum of RGB (Red+Green+Blue) = 114+3+98=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #720362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720362 is #8DFC9D. Grayscale: #2E2E2E. Windows color (decimal): -9305246 or 6423410. OLE color: 6423410.

HSL color Cylindrical-coordinate representation of color #720362: hue angle of 308.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720362 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 98 -
CMYK 0 0.97 0.14 0.55
HSL 308.65º 0.95% 0.23% -
HSV(B) 308.65º 0.97% 0.45% -
XYZ 9.18 4.52 11.94 -
YUV 47.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 114 3 98 0 0.97 0.14 0.55 308.65 0.95 0.23
Hex 72 3 62 0 61 E 37 135 5F 17
Octal 162 3 142 0 141 16 67 465 137 27
Binary 1110010 11 1100010 0 1100001 1110 110111 100110101 1011111 10111

Color Harmonies of #720362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720362

Black with #720362

Text Example


Text Example

White with #720362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720362; }

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

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

background-color css

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

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

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

border-color css

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

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

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