Html Css Color HEX #720BCD Dark Violet

📋 copy color: '#720BCD'

red 114 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #720BCD

Tints of Dark Violet #720BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 34.55%
G = 3.33%
B = 62.12%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#720BCD (or 0x720BCD) is known color: Dark Violet. HEX triplet: 72, 0B and CD. RGB value is (114,11,205). Sum of RGB (Red+Green+Blue) = 114+11+205=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #720BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BCD is #8DF432. Grayscale: #3F3F3F. Windows color (decimal): -9303091 or 13437810. OLE color: 13437810.

HSL color Cylindrical-coordinate representation of color #720BCD: hue angle of 271.86º degrees, saturation: 0.9, 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 #720BCD is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 11 205 -
CMYK 0.44 0.95 0 0.20
HSL 271.86º 0.9% 0.42% -
HSV(B) 271.86º 0.95% 0.8% -
XYZ 18.08 8.22 58.39 -
YUV 63.91 207.62 163.73 -
System Red Green Blue C M Y K H S L
Decimal 114 11 205 0.44 0.95 0 0.20 271.86 0.9 0.42
Hex 72 B CD 2C 5F 0 14 110 5A 2A
Octal 162 13 315 54 137 0 24 420 132 52
Binary 1110010 1011 11001101 101100 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #720BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BCD

Black with #720BCD

Text Example


Text Example

White with #720BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,11,205); }

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

background-color css

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

 a { background-color: rgb(114,11,205); }

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

border-color css

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

 span { border-color: rgb(114,11,205); }

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