Html Css Color HEX #730DDD Blue Violet

📋 copy color: '#730DDD'

red 115 ◦ green 13 ◦ blue 221

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

Shades of Blue Violet #730DDD

Tints of Blue Violet #730DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 32.95%
G = 3.72%
B = 63.32%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#730DDD (or 0x730DDD) is known color: Blue Violet. HEX triplet: 73, 0D and DD. RGB value is (115,13,221). Sum of RGB (Red+Green+Blue) = 115+13+221=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #730DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730DDD is #8CF222. Grayscale: #424242. Windows color (decimal): -9237027 or 14486899. OLE color: 14486899.

HSL color Cylindrical-coordinate representation of color #730DDD: hue angle of 269.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730DDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 13 221 -
CMYK 0.48 0.94 0 0.13
HSL 269.42º 0.89% 0.46% -
HSV(B) 269.42º 0.94% 0.87% -
XYZ 20.27 9.15 69.11 -
YUV 67.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 115 13 221 0.48 0.94 0 0.13 269.42 0.89 0.46
Hex 73 D DD 30 5E 0 D 10D 59 2E
Octal 163 15 335 60 136 0 15 415 131 56
Binary 1110011 1101 11011101 110000 1011110 0 1101 100001101 1011001 101110

Color Harmonies of #730DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730DDD

Black with #730DDD

Text Example


Text Example

White with #730DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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