Html Css Color HEX #7500BC Dark Violet

📋 copy color: '#7500BC'

red 117 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #7500BC

Tints of Dark Violet #7500BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 38.36%
G = 0%
B = 61.64%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7500BC (or 0x7500BC) is known color: Dark Violet. HEX triplet: 75, 00 and BC. RGB value is (117,0,188). Sum of RGB (Red+Green+Blue) = 117+0+188=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #7500BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500BC is #8AFF43. Grayscale: #373737. Windows color (decimal): -9109316 or 12320885. OLE color: 12320885.

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

Color convert

RGB 117 0 188 -
CMYK 0.38 1 0 0.26
HSL 277.34º 1% 0.37% -
HSV(B) 277.34º 1% 0.74% -
XYZ 16.41 7.41 48.14 -
YUV 56.42 202.26 171.21 -
System Red Green Blue C M Y K H S L
Decimal 117 0 188 0.38 1 0 0.26 277.34 1 0.37
Hex 75 0 BC 26 64 0 1A 115 64 25
Octal 165 0 274 46 144 0 32 425 144 45
Binary 1110101 0 10111100 100110 1100100 0 11010 100010101 1100100 100101

Color Harmonies of #7500BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500BC

Black with #7500BC

Text Example


Text Example

White with #7500BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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