Html Css Color HEX #720ACF Dark Violet

📋 copy color: '#720ACF'

red 114 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #720ACF

Tints of Dark Violet #720ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 34.44%
G = 3.02%
B = 62.54%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#720ACF (or 0x720ACF) is known color: Dark Violet. HEX triplet: 72, 0A and CF. RGB value is (114,10,207). Sum of RGB (Red+Green+Blue) = 114+10+207=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #720ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ACF is #8DF530. Grayscale: #3E3E3E. Windows color (decimal): -9303345 or 13568626. OLE color: 13568626.

HSL color Cylindrical-coordinate representation of color #720ACF: hue angle of 271.68º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ACF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 10 207 -
CMYK 0.45 0.95 0 0.19
HSL 271.68º 0.91% 0.43% -
HSV(B) 271.68º 0.95% 0.81% -
XYZ 18.31 8.3 59.67 -
YUV 63.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 114 10 207 0.45 0.95 0 0.19 271.68 0.91 0.43
Hex 72 A CF 2D 5F 0 13 110 5B 2B
Octal 162 12 317 55 137 0 23 420 133 53
Binary 1110010 1010 11001111 101101 1011111 0 10011 100010000 1011011 101011

Color Harmonies of #720ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ACF

Black with #720ACF

Text Example


Text Example

White with #720ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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