Html Css Color HEX #730BD0 Dark Violet

📋 copy color: '#730BD0'

red 115 ◦ green 11 ◦ blue 208

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

Shades of Dark Violet #730BD0

Tints of Dark Violet #730BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 34.43%
G = 3.29%
B = 62.28%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#730BD0 (or 0x730BD0) is known color: Dark Violet. HEX triplet: 73, 0B and D0. RGB value is (115,11,208). Sum of RGB (Red+Green+Blue) = 115+11+208=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #730BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BD0 is #8CF42F. Grayscale: #3F3F3F. Windows color (decimal): -9237552 or 13634419. OLE color: 13634419.

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

Color convert

RGB 115 11 208 -
CMYK 0.45 0.95 0 0.18
HSL 271.68º 0.9% 0.43% -
HSV(B) 271.68º 0.95% 0.82% -
XYZ 18.58 8.44 60.32 -
YUV 64.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 115 11 208 0.45 0.95 0 0.18 271.68 0.9 0.43
Hex 73 B D0 2D 5F 0 12 110 5A 2B
Octal 163 13 320 55 137 0 22 420 132 53
Binary 1110011 1011 11010000 101101 1011111 0 10010 100010000 1011010 101011

Color Harmonies of #730BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BD0

Black with #730BD0

Text Example


Text Example

White with #730BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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