Html Css Color HEX #730ADC Dark Violet

📋 copy color: '#730ADC'

red 115 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #730ADC

Tints of Dark Violet #730ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.9%

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

R = 33.33%
G = 2.9%
B = 63.77%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#730ADC (or 0x730ADC) is known color: Dark Violet. HEX triplet: 73, 0A and DC. RGB value is (115,10,220). Sum of RGB (Red+Green+Blue) = 115+10+220=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #730ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ADC is #8CF523. Grayscale: #404040. Windows color (decimal): -9237796 or 14420595. OLE color: 14420595.

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

Color convert

RGB 115 10 220 -
CMYK 0.48 0.95 0 0.14
HSL 270º 0.91% 0.45% -
HSV(B) 270º 0.95% 0.86% -
XYZ 20.1 9.03 68.39 -
YUV 65.34 215.29 163.42 -
System Red Green Blue C M Y K H S L
Decimal 115 10 220 0.48 0.95 0 0.14 270 0.91 0.45
Hex 73 A DC 30 5F 0 E 10E 5B 2D
Octal 163 12 334 60 137 0 16 416 133 55
Binary 1110011 1010 11011100 110000 1011111 0 1110 100001110 1011011 101101

Color Harmonies of #730ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ADC

Black with #730ADC

Text Example


Text Example

White with #730ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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