Html Css Color HEX #730DD9 Blue Violet

📋 copy color: '#730DD9'

red 115 ◦ green 13 ◦ blue 217

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

Shades of Blue Violet #730DD9

Tints of Blue Violet #730DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.77%

 BLUE value IS 217 (85.16% from 255) = 62.9%

R = 33.33%
G = 3.77%
B = 62.9%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#730DD9 (or 0x730DD9) is known color: Blue Violet. HEX triplet: 73, 0D and D9. RGB value is (115,13,217). Sum of RGB (Red+Green+Blue) = 115+13+217=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #730DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DD9 is #8CF226. Grayscale: #424242. Windows color (decimal): -9237031 or 14224755. OLE color: 14224755.

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

Color convert

RGB 115 13 217 -
CMYK 0.47 0.94 0 0.15
HSL 270º 0.89% 0.45% -
HSV(B) 270º 0.94% 0.85% -
XYZ 19.74 8.94 66.33 -
YUV 66.75 212.79 162.41 -
System Red Green Blue C M Y K H S L
Decimal 115 13 217 0.47 0.94 0 0.15 270 0.89 0.45
Hex 73 D D9 2F 5E 0 F 10E 59 2D
Octal 163 15 331 57 136 0 17 416 131 55
Binary 1110011 1101 11011001 101111 1011110 0 1111 100001110 1011001 101101

Color Harmonies of #730DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DD9

Black with #730DD9

Text Example


Text Example

White with #730DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,217); }

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

background-color css

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

 a { background-color: rgb(115,13,217); }

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

border-color css

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

 span { border-color: rgb(115,13,217); }

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