Html Css Color HEX #730ED4 Dark Violet

📋 copy color: '#730ED4'

red 115 ◦ green 14 ◦ blue 212

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

Shades of Dark Violet #730ED4

Tints of Dark Violet #730ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 62.17%

R = 33.72%
G = 4.11%
B = 62.17%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#730ED4 (or 0x730ED4) is known color: Dark Violet. HEX triplet: 73, 0E and D4. RGB value is (115,14,212). Sum of RGB (Red+Green+Blue) = 115+14+212=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #730ED4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ED4 is #8CF12B. Grayscale: #424242. Windows color (decimal): -9236780 or 13897331. OLE color: 13897331.

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

Color convert

RGB 115 14 212 -
CMYK 0.46 0.93 0 0.17
HSL 270.61º 0.88% 0.44% -
HSV(B) 270.61º 0.93% 0.83% -
XYZ 19.11 8.71 62.96 -
YUV 66.77 209.96 162.4 -
System Red Green Blue C M Y K H S L
Decimal 115 14 212 0.46 0.93 0 0.17 270.61 0.88 0.44
Hex 73 E D4 2E 5D 0 11 10F 58 2C
Octal 163 16 324 56 135 0 21 417 130 54
Binary 1110011 1110 11010100 101110 1011101 0 10001 100001111 1011000 101100

Color Harmonies of #730ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ED4

Black with #730ED4

Text Example


Text Example

White with #730ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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