Html Css Color HEX #730BD8 Dark Violet

📋 copy color: '#730BD8'

red 115 ◦ green 11 ◦ blue 216

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

Shades of Dark Violet #730BD8

Tints of Dark Violet #730BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.16%

R = 33.63%
G = 3.22%
B = 63.16%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#730BD8 (or 0x730BD8) is known color: Dark Violet. HEX triplet: 73, 0B and D8. RGB value is (115,11,216). Sum of RGB (Red+Green+Blue) = 115+11+216=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 216 (84.77% from 255 or 63.16% from 342); Max value from RGB is 216 - color contains mainly: blue. Hex color #730BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BD8 is #8CF427. Grayscale: #404040. Windows color (decimal): -9237544 or 14158707. OLE color: 14158707.

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

Color convert

RGB 115 11 216 -
CMYK 0.47 0.95 0 0.15
HSL 270.44º 0.9% 0.45% -
HSV(B) 270.44º 0.95% 0.85% -
XYZ 19.58 8.84 65.64 -
YUV 65.47 212.96 163.33 -
System Red Green Blue C M Y K H S L
Decimal 115 11 216 0.47 0.95 0 0.15 270.44 0.9 0.45
Hex 73 B D8 2F 5F 0 F 10E 5A 2D
Octal 163 13 330 57 137 0 17 416 132 55
Binary 1110011 1011 11011000 101111 1011111 0 1111 100001110 1011010 101101

Color Harmonies of #730BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BD8

Black with #730BD8

Text Example


Text Example

White with #730BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,216); }

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

background-color css

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

 a { background-color: rgb(115,11,216); }

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

border-color css

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

 span { border-color: rgb(115,11,216); }

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