Html Css Color HEX #720BCB Dark Violet

📋 copy color: '#720BCB'

red 114 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #720BCB

Tints of Dark Violet #720BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 34.76%
G = 3.35%
B = 61.89%

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

#720BCB (or 0x720BCB) is known color: Dark Violet. HEX triplet: 72, 0B and CB. RGB value is (114,11,203). Sum of RGB (Red+Green+Blue) = 114+11+203=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #720BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720BCB is #8DF434. Grayscale: #3F3F3F. Windows color (decimal): -9303093 or 13306738. OLE color: 13306738.

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

Color convert

RGB 114 11 203 -
CMYK 0.44 0.95 0 0.20
HSL 272.19º 0.9% 0.42% -
HSV(B) 272.19º 0.95% 0.8% -
XYZ 17.84 8.13 57.13 -
YUV 63.69 206.62 163.89 -
System Red Green Blue C M Y K H S L
Decimal 114 11 203 0.44 0.95 0 0.20 272.19 0.9 0.42
Hex 72 B CB 2C 5F 0 14 110 5A 2A
Octal 162 13 313 54 137 0 24 420 132 52
Binary 1110010 1011 11001011 101100 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #720BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BCB

Black with #720BCB

Text Example


Text Example

White with #720BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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