Html Css Color HEX #720ACC Dark Violet

📋 copy color: '#720ACC'

red 114 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #720ACC

Tints of Dark Violet #720ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 34.76%
G = 3.05%
B = 62.2%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#720ACC (or 0x720ACC) is known color: Dark Violet. HEX triplet: 72, 0A and CC. RGB value is (114,10,204). Sum of RGB (Red+Green+Blue) = 114+10+204=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #720ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ACC is #8DF533. Grayscale: #3E3E3E. Windows color (decimal): -9303348 or 13372018. OLE color: 13372018.

HSL color Cylindrical-coordinate representation of color #720ACC: hue angle of 272.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ACC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 10 204 -
CMYK 0.44 0.95 0 0.2
HSL 272.16º 0.91% 0.42% -
HSV(B) 272.16º 0.95% 0.8% -
XYZ 17.95 8.15 57.75 -
YUV 63.21 207.46 164.23 -
System Red Green Blue C M Y K H S L
Decimal 114 10 204 0.44 0.95 0 0.2 272.16 0.91 0.42
Hex 72 A CC 2C 5F 0 14 110 5B 2A
Octal 162 12 314 54 137 0 24 420 133 52
Binary 1110010 1010 11001100 101100 1011111 0 10100 100010000 1011011 101010

Color Harmonies of #720ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ACC

Black with #720ACC

Text Example


Text Example

White with #720ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720ACC; }

 p { color: rgb(114,10,204); }

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

background-color css

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

 a { background-color: rgb(114,10,204); }

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

border-color css

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

 span { border-color: rgb(114,10,204); }

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