Html Css Color HEX #7300BE Dark Violet

📋 copy color: '#7300BE'

red 115 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7300BE

Tints of Dark Violet #7300BE

RGB

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

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

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

R = 37.7%
G = 0%
B = 62.3%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7300BE (or 0x7300BE) is known color: Dark Violet. HEX triplet: 73, 00 and BE. RGB value is (115,0,190). Sum of RGB (Red+Green+Blue) = 115+0+190=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #7300BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7300BE is #8CFF41. Grayscale: #373737. Windows color (decimal): -9240386 or 12451955. OLE color: 12451955.

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

Color convert

RGB 115 0 190 -
CMYK 0.39 1 0 0.25
HSL 276.32º 1% 0.37% -
HSV(B) 276.32º 1% 0.75% -
XYZ 16.36 7.36 49.27 -
YUV 56.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 115 0 190 0.39 1 0 0.25 276.32 1 0.37
Hex 73 0 BE 27 64 0 19 114 64 25
Octal 163 0 276 47 144 0 31 424 144 45
Binary 1110011 0 10111110 100111 1100100 0 11001 100010100 1100100 100101

Color Harmonies of #7300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300BE

Black with #7300BE

Text Example


Text Example

White with #7300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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