Html Css Color HEX #7500BD Dark Violet

📋 copy color: '#7500BD'

red 117 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #7500BD

Tints of Dark Violet #7500BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 38.24%
G = 0%
B = 61.76%

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

#7500BD (or 0x7500BD) is known color: Dark Violet. HEX triplet: 75, 00 and BD. RGB value is (117,0,189). Sum of RGB (Red+Green+Blue) = 117+0+189=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #7500BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7500BD is #8AFF42. Grayscale: #373737. Windows color (decimal): -9109315 or 12386421. OLE color: 12386421.

HSL color Cylindrical-coordinate representation of color #7500BD: hue angle of 277.14º 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 #7500BD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 0 189 -
CMYK 0.38 1 0 0.26
HSL 277.14º 1% 0.37% -
HSV(B) 277.14º 1% 0.74% -
XYZ 16.52 7.46 48.71 -
YUV 56.53 202.76 171.13 -
System Red Green Blue C M Y K H S L
Decimal 117 0 189 0.38 1 0 0.26 277.14 1 0.37
Hex 75 0 BD 26 64 0 1A 115 64 25
Octal 165 0 275 46 144 0 32 425 144 45
Binary 1110101 0 10111101 100110 1100100 0 11010 100010101 1100100 100101

Color Harmonies of #7500BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7500BD

Black with #7500BD

Text Example


Text Example

White with #7500BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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