Html Css Color HEX #7301BE Dark Violet

📋 copy color: '#7301BE'

red 115 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #7301BE

Tints of Dark Violet #7301BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 37.58%
G = 0.33%
B = 62.09%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7301BE (or 0x7301BE) is known color: Dark Violet. HEX triplet: 73, 01 and BE. RGB value is (115,1,190). Sum of RGB (Red+Green+Blue) = 115+1+190=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #7301BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7301BE is #8CFE41. Grayscale: #373737. Windows color (decimal): -9240130 or 12452211. OLE color: 12452211.

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

Color convert

RGB 115 1 190 -
CMYK 0.39 0.99 0 0.25
HSL 276.19º 0.99% 0.37% -
HSV(B) 276.19º 0.99% 0.75% -
XYZ 16.38 7.38 49.28 -
YUV 56.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 115 1 190 0.39 0.99 0 0.25 276.19 0.99 0.37
Hex 73 1 BE 27 63 0 19 114 63 25
Octal 163 1 276 47 143 0 31 424 143 45
Binary 1110011 1 10111110 100111 1100011 0 11001 100010100 1100011 100101

Color Harmonies of #7301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7301BE

Black with #7301BE

Text Example


Text Example

White with #7301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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