Html Css Color HEX #730ADB Dark Violet

📋 copy color: '#730ADB'

red 115 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #730ADB

Tints of Dark Violet #730ADB

RGB

 RED value IS 115 (45.31% from 255) = 33.43%

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 33.43%
G = 2.91%
B = 63.66%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#730ADB (or 0x730ADB) is known color: Dark Violet. HEX triplet: 73, 0A and DB. RGB value is (115,10,219). Sum of RGB (Red+Green+Blue) = 115+10+219=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #730ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ADB is #8CF524. Grayscale: #404040. Windows color (decimal): -9237797 or 14355059. OLE color: 14355059.

HSL color Cylindrical-coordinate representation of color #730ADB: hue angle of 270.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ADB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 10 219 -
CMYK 0.47 0.95 0 0.14
HSL 270.14º 0.91% 0.45% -
HSV(B) 270.14º 0.95% 0.86% -
XYZ 19.96 8.98 67.7 -
YUV 65.22 214.79 163.51 -
System Red Green Blue C M Y K H S L
Decimal 115 10 219 0.47 0.95 0 0.14 270.14 0.91 0.45
Hex 73 A DB 2F 5F 0 E 10E 5B 2D
Octal 163 12 333 57 137 0 16 416 133 55
Binary 1110011 1010 11011011 101111 1011111 0 1110 100001110 1011011 101101

Color Harmonies of #730ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ADB

Black with #730ADB

Text Example


Text Example

White with #730ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730ADB; }

 p { color: rgb(115,10,219); }

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

background-color css

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

 a { background-color: rgb(115,10,219); }

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

border-color css

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

 span { border-color: rgb(115,10,219); }

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