Html Css Color HEX #7500BA Dark Violet

📋 copy color: '#7500BA'

red 117 ◦ green 0 ◦ blue 186

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

Shades of Dark Violet #7500BA

Tints of Dark Violet #7500BA

RGB

 RED value IS 117 (46.09% from 255) = 38.61%

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

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 38.61%
G = 0%
B = 61.39%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7500BA (or 0x7500BA) is known color: Dark Violet. HEX triplet: 75, 00 and BA. RGB value is (117,0,186). Sum of RGB (Red+Green+Blue) = 117+0+186=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #7500BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500BA is #8AFF45. Grayscale: #373737. Windows color (decimal): -9109318 or 12189813. OLE color: 12189813.

HSL color Cylindrical-coordinate representation of color #7500BA: hue angle of 277.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500BA is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 0 186 -
CMYK 0.37 1 0 0.27
HSL 277.74º 1% 0.36% -
HSV(B) 277.74º 1% 0.73% -
XYZ 16.2 7.33 47.01 -
YUV 56.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 117 0 186 0.37 1 0 0.27 277.74 1 0.36
Hex 75 0 BA 25 64 0 1B 116 64 24
Octal 165 0 272 45 144 0 33 426 144 44
Binary 1110101 0 10111010 100101 1100100 0 11011 100010110 1100100 100100

Color Harmonies of #7500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500BA

Black with #7500BA

Text Example


Text Example

White with #7500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7500BA; }

 p { color: rgb(117,0,186); }

 H1.HeaderClassName
 {
   color: #7500BA;
 }
 .AnyTagClassName
 {
   color: #7500BA;
 }
</style>

background-color css

<style>
 a { background-color: #7500BA; }

 a { background-color: rgb(117,0,186); }

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

border-color css

<style>
 span { border-color: #7500BA; }

 span { border-color: rgb(117,0,186); }

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