Html Css Color HEX #730FDC Blue Violet

📋 copy color: '#730FDC'

red 115 ◦ green 15 ◦ blue 220

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

Shades of Blue Violet #730FDC

Tints of Blue Violet #730FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 32.86%
G = 4.29%
B = 62.86%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#730FDC (or 0x730FDC) is known color: Blue Violet. HEX triplet: 73, 0F and DC. RGB value is (115,15,220). Sum of RGB (Red+Green+Blue) = 115+15+220=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #730FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730FDC is #8CF023. Grayscale: #434343. Windows color (decimal): -9236516 or 14421875. OLE color: 14421875.

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

Color convert

RGB 115 15 220 -
CMYK 0.48 0.93 0 0.14
HSL 269.27º 0.87% 0.46% -
HSV(B) 269.27º 0.93% 0.86% -
XYZ 20.16 9.15 68.41 -
YUV 68.27 213.63 161.33 -
System Red Green Blue C M Y K H S L
Decimal 115 15 220 0.48 0.93 0 0.14 269.27 0.87 0.46
Hex 73 F DC 30 5D 0 E 10D 57 2E
Octal 163 17 334 60 135 0 16 415 127 56
Binary 1110011 1111 11011100 110000 1011101 0 1110 100001101 1010111 101110

Color Harmonies of #730FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730FDC

Black with #730FDC

Text Example


Text Example

White with #730FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,220); }

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

background-color css

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

 a { background-color: rgb(115,15,220); }

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

border-color css

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

 span { border-color: rgb(115,15,220); }

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