Html Css Color HEX #730BC6 Dark Violet

📋 copy color: '#730BC6'

red 115 ◦ green 11 ◦ blue 198

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

Shades of Dark Violet #730BC6

Tints of Dark Violet #730BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 198 (77.73% from 255) = 61.11%

R = 35.49%
G = 3.4%
B = 61.11%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#730BC6 (or 0x730BC6) is known color: Dark Violet. HEX triplet: 73, 0B and C6. RGB value is (115,11,198). Sum of RGB (Red+Green+Blue) = 115+11+198=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #730BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BC6 is #8CF439. Grayscale: #3E3E3E. Windows color (decimal): -9237562 or 12979059. OLE color: 12979059.

HSL color Cylindrical-coordinate representation of color #730BC6: hue angle of 273.37º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730BC6 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 11 198 -
CMYK 0.42 0.94 0 0.22
HSL 273.37º 0.89% 0.41% -
HSV(B) 273.37º 0.94% 0.78% -
XYZ 17.38 7.96 54.05 -
YUV 63.41 203.96 164.79 -
System Red Green Blue C M Y K H S L
Decimal 115 11 198 0.42 0.94 0 0.22 273.37 0.89 0.41
Hex 73 B C6 2A 5E 0 16 111 59 29
Octal 163 13 306 52 136 0 26 421 131 51
Binary 1110011 1011 11000110 101010 1011110 0 10110 100010001 1011001 101001

Color Harmonies of #730BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BC6

Black with #730BC6

Text Example


Text Example

White with #730BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,198); }

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

background-color css

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

 a { background-color: rgb(115,11,198); }

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

border-color css

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

 span { border-color: rgb(115,11,198); }

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