Html Css Color HEX #720365 Purple

📋 copy color: '#720365'

red 114 ◦ green 3 ◦ blue 101

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

Shades of Purple #720365

Tints of Purple #720365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 52.29%
G = 1.38%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720365 (or 0x720365) is known color: Purple. HEX triplet: 72, 03 and 65. RGB value is (114,3,101). Sum of RGB (Red+Green+Blue) = 114+3+101=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #720365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720365 is #8DFC9A. Grayscale: #2F2F2F. Windows color (decimal): -9305243 or 6620018. OLE color: 6620018.

HSL color Cylindrical-coordinate representation of color #720365: hue angle of 307.03º 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 #720365 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 3 101 -
CMYK 0 0.97 0.11 0.55
HSL 307.03º 0.95% 0.23% -
HSV(B) 307.03º 0.97% 0.45% -
XYZ 9.32 4.58 12.71 -
YUV 47.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 114 3 101 0 0.97 0.11 0.55 307.03 0.95 0.23
Hex 72 3 65 0 61 B 37 133 5F 17
Octal 162 3 145 0 141 13 67 463 137 27
Binary 1110010 11 1100101 0 1100001 1011 110111 100110011 1011111 10111

Color Harmonies of #720365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720365

Black with #720365

Text Example


Text Example

White with #720365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720365; }

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

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

background-color css

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

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

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

border-color css

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

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

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