Html Css Color HEX #730ED6 Blue Violet

📋 copy color: '#730ED6'

red 115 ◦ green 14 ◦ blue 214

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

Shades of Blue Violet #730ED6

Tints of Blue Violet #730ED6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.08%

 BLUE value IS 214 (83.98% from 255) = 62.39%

R = 33.53%
G = 4.08%
B = 62.39%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#730ED6 (or 0x730ED6) is known color: Blue Violet. HEX triplet: 73, 0E and D6. RGB value is (115,14,214). Sum of RGB (Red+Green+Blue) = 115+14+214=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #730ED6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ED6 is #8CF129. Grayscale: #424242. Windows color (decimal): -9236778 or 14028403. OLE color: 14028403.

HSL color Cylindrical-coordinate representation of color #730ED6: hue angle of 270.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730ED6 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 14 214 -
CMYK 0.46 0.93 0 0.16
HSL 270.3º 0.88% 0.45% -
HSV(B) 270.3º 0.93% 0.84% -
XYZ 19.36 8.81 64.3 -
YUV 67 210.96 162.24 -
System Red Green Blue C M Y K H S L
Decimal 115 14 214 0.46 0.93 0 0.16 270.3 0.88 0.45
Hex 73 E D6 2E 5D 0 10 10E 58 2D
Octal 163 16 326 56 135 0 20 416 130 55
Binary 1110011 1110 11010110 101110 1011101 0 10000 100001110 1011000 101101

Color Harmonies of #730ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ED6

Black with #730ED6

Text Example


Text Example

White with #730ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,214); }

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

background-color css

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

 a { background-color: rgb(115,14,214); }

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

border-color css

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

 span { border-color: rgb(115,14,214); }

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