Html Css Color HEX #730ACC Dark Violet

📋 copy color: '#730ACC'

red 115 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #730ACC

Tints of Dark Violet #730ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 34.95%
G = 3.04%
B = 62.01%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#730ACC (or 0x730ACC) is known color: Dark Violet. HEX triplet: 73, 0A and CC. RGB value is (115,10,204). Sum of RGB (Red+Green+Blue) = 115+10+204=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #730ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ACC is #8CF533. Grayscale: #3E3E3E. Windows color (decimal): -9237812 or 13372019. OLE color: 13372019.

HSL color Cylindrical-coordinate representation of color #730ACC: hue angle of 272.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730ACC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 10 204 -
CMYK 0.44 0.95 0 0.2
HSL 272.47º 0.91% 0.42% -
HSV(B) 272.47º 0.95% 0.8% -
XYZ 18.08 8.22 57.76 -
YUV 63.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 115 10 204 0.44 0.95 0 0.2 272.47 0.91 0.42
Hex 73 A CC 2C 5F 0 14 110 5B 2A
Octal 163 12 314 54 137 0 24 420 133 52
Binary 1110011 1010 11001100 101100 1011111 0 10100 100010000 1011011 101010

Color Harmonies of #730ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ACC

Black with #730ACC

Text Example


Text Example

White with #730ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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