Html Css Color HEX #7301C0 Dark Violet

📋 copy color: '#7301C0'

red 115 ◦ green 1 ◦ blue 192

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

Shades of Dark Violet #7301C0

Tints of Dark Violet #7301C0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 192 (75.39% from 255) = 62.34%

R = 37.34%
G = 0.32%
B = 62.34%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7301C0 (or 0x7301C0) is known color: Dark Violet. HEX triplet: 73, 01 and C0. RGB value is (115,1,192). Sum of RGB (Red+Green+Blue) = 115+1+192=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #7301C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301C0 is #8CFE3F. Grayscale: #383838. Windows color (decimal): -9240128 or 12583283. OLE color: 12583283.

HSL color Cylindrical-coordinate representation of color #7301C0: hue angle of 275.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301C0 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 1 192 -
CMYK 0.40 0.99 0 0.25
HSL 275.81º 0.99% 0.38% -
HSV(B) 275.81º 0.99% 0.75% -
XYZ 16.6 7.47 50.44 -
YUV 56.86 204.27 169.47 -
System Red Green Blue C M Y K H S L
Decimal 115 1 192 0.40 0.99 0 0.25 275.81 0.99 0.38
Hex 73 1 C0 28 63 0 19 114 63 26
Octal 163 1 300 50 143 0 31 424 143 46
Binary 1110011 1 11000000 101000 1100011 0 11001 100010100 1100011 100110

Color Harmonies of #7301C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7301C0

Black with #7301C0

Text Example


Text Example

White with #7301C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7301C0; }

 p { color: rgb(115,1,192); }

 H1.HeaderClassName
 {
   color: #7301C0;
 }
 .AnyTagClassName
 {
   color: #7301C0;
 }
</style>

background-color css

<style>
 a { background-color: #7301C0; }

 a { background-color: rgb(115,1,192); }

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

border-color css

<style>
 span { border-color: #7301C0; }

 span { border-color: rgb(115,1,192); }

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