Html Css Color HEX #730ACB Dark Violet

📋 copy color: '#730ACB'

red 115 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #730ACB

Tints of Dark Violet #730ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 35.06%
G = 3.05%
B = 61.89%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#730ACB (or 0x730ACB) is known color: Dark Violet. HEX triplet: 73, 0A and CB. RGB value is (115,10,203). Sum of RGB (Red+Green+Blue) = 115+10+203=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #730ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730ACB is #8CF534. Grayscale: #3E3E3E. Windows color (decimal): -9237813 or 13306483. OLE color: 13306483.

HSL color Cylindrical-coordinate representation of color #730ACB: hue angle of 272.64º 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 #730ACB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 10 203 -
CMYK 0.43 0.95 0 0.20
HSL 272.64º 0.91% 0.42% -
HSV(B) 272.64º 0.95% 0.8% -
XYZ 17.96 8.17 57.13 -
YUV 63.4 206.79 164.81 -
System Red Green Blue C M Y K H S L
Decimal 115 10 203 0.43 0.95 0 0.20 272.64 0.91 0.42
Hex 73 A CB 2B 5F 0 14 111 5B 2A
Octal 163 12 313 53 137 0 24 421 133 52
Binary 1110011 1010 11001011 101011 1011111 0 10100 100010001 1011011 101010

Color Harmonies of #730ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730ACB

Black with #730ACB

Text Example


Text Example

White with #730ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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