Html Css Color HEX #7600BD Dark Violet

📋 copy color: '#7600BD'

red 118 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #7600BD

Tints of Dark Violet #7600BD

RGB

 RED value IS 118 (46.48% from 255) = 38.44%

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

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

R = 38.44%
G = 0%
B = 61.56%

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

#7600BD (or 0x7600BD) is known color: Dark Violet. HEX triplet: 76, 00 and BD. RGB value is (118,0,189). Sum of RGB (Red+Green+Blue) = 118+0+189=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #7600BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BD is #89FF42. Grayscale: #383838. Windows color (decimal): -9043779 or 12386422. OLE color: 12386422.

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

Color convert

RGB 118 0 189 -
CMYK 0.38 1 0 0.26
HSL 277.46º 1% 0.37% -
HSV(B) 277.46º 1% 0.74% -
XYZ 16.66 7.53 48.72 -
YUV 56.83 202.59 171.63 -
System Red Green Blue C M Y K H S L
Decimal 118 0 189 0.38 1 0 0.26 277.46 1 0.37
Hex 76 0 BD 26 64 0 1A 115 64 25
Octal 166 0 275 46 144 0 32 425 144 45
Binary 1110110 0 10111101 100110 1100100 0 11010 100010101 1100100 100101

Color Harmonies of #7600BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600BD

Black with #7600BD

Text Example


Text Example

White with #7600BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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