Html Css Color HEX #730CCE Dark Violet

📋 copy color: '#730CCE'

red 115 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #730CCE

Tints of Dark Violet #730CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.6%

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 34.53%
G = 3.6%
B = 61.86%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#730CCE (or 0x730CCE) is known color: Dark Violet. HEX triplet: 73, 0C and CE. RGB value is (115,12,206). Sum of RGB (Red+Green+Blue) = 115+12+206=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #730CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #730CCE is #8CF331. Grayscale: #404040. Windows color (decimal): -9237298 or 13503603. OLE color: 13503603.

HSL color Cylindrical-coordinate representation of color #730CCE: hue angle of 271.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730CCE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 12 206 -
CMYK 0.44 0.94 0 0.19
HSL 271.86º 0.89% 0.43% -
HSV(B) 271.86º 0.94% 0.81% -
XYZ 18.34 8.36 59.04 -
YUV 64.91 207.62 163.73 -
System Red Green Blue C M Y K H S L
Decimal 115 12 206 0.44 0.94 0 0.19 271.86 0.89 0.43
Hex 73 C CE 2C 5E 0 13 110 59 2B
Octal 163 14 316 54 136 0 23 420 131 53
Binary 1110011 1100 11001110 101100 1011110 0 10011 100010000 1011001 101011

Color Harmonies of #730CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730CCE

Black with #730CCE

Text Example


Text Example

White with #730CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,12,206); }

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

background-color css

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

 a { background-color: rgb(115,12,206); }

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

border-color css

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

 span { border-color: rgb(115,12,206); }

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