Html Css Color HEX #7300CE Dark Violet

📋 copy color: '#7300CE'

red 115 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7300CE

Tints of Dark Violet #7300CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.83%
G = 0%
B = 64.17%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7300CE (or 0x7300CE) is known color: Dark Violet. HEX triplet: 73, 00 and CE. RGB value is (115,0,206). Sum of RGB (Red+Green+Blue) = 115+0+206=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #7300CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300CE is #8CFF31. Grayscale: #393939. Windows color (decimal): -9240370 or 13500531. OLE color: 13500531.

HSL color Cylindrical-coordinate representation of color #7300CE: hue angle of 273.5º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300CE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 0 206 -
CMYK 0.44 1 0 0.19
HSL 273.5º 1% 0.4% -
HSV(B) 273.5º 1% 0.81% -
XYZ 18.21 8.1 59 -
YUV 57.87 211.6 168.75 -
System Red Green Blue C M Y K H S L
Decimal 115 0 206 0.44 1 0 0.19 273.5 1 0.4
Hex 73 0 CE 2C 64 0 13 111 64 28
Octal 163 0 316 54 144 0 23 421 144 50
Binary 1110011 0 11001110 101100 1100100 0 10011 100010001 1100100 101000

Color Harmonies of #7300CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300CE

Black with #7300CE

Text Example


Text Example

White with #7300CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7300CE; }

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

 H1.HeaderClassName
 {
   color: #7300CE;
 }
 .AnyTagClassName
 {
   color: #7300CE;
 }
</style>

background-color css

<style>
 a { background-color: #7300CE; }

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

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

border-color css

<style>
 span { border-color: #7300CE; }

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

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