Html Css Color HEX #730BCD Dark Violet

📋 copy color: '#730BCD'

red 115 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #730BCD

Tints of Dark Violet #730BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.93%

R = 34.74%
G = 3.32%
B = 61.93%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#730BCD (or 0x730BCD) is known color: Dark Violet. HEX triplet: 73, 0B and CD. RGB value is (115,11,205). Sum of RGB (Red+Green+Blue) = 115+11+205=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #730BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730BCD is #8CF432. Grayscale: #3F3F3F. Windows color (decimal): -9237555 or 13437811. OLE color: 13437811.

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

Color convert

RGB 115 11 205 -
CMYK 0.44 0.95 0 0.20
HSL 272.16º 0.9% 0.42% -
HSV(B) 272.16º 0.95% 0.8% -
XYZ 18.21 8.29 58.4 -
YUV 64.21 207.46 164.23 -
System Red Green Blue C M Y K H S L
Decimal 115 11 205 0.44 0.95 0 0.20 272.16 0.9 0.42
Hex 73 B CD 2C 5F 0 14 110 5A 2A
Octal 163 13 315 54 137 0 24 420 132 52
Binary 1110011 1011 11001101 101100 1011111 0 10100 100010000 1011010 101010

Color Harmonies of #730BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730BCD

Black with #730BCD

Text Example


Text Example

White with #730BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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