Html Css Color HEX #7600BE Dark Violet

📋 copy color: '#7600BE'

red 118 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #7600BE

Tints of Dark Violet #7600BE

RGB

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

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

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

R = 38.31%
G = 0%
B = 61.69%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7600BE (or 0x7600BE) is known color: Dark Violet. HEX triplet: 76, 00 and BE. RGB value is (118,0,190). Sum of RGB (Red+Green+Blue) = 118+0+190=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #7600BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600BE is #89FF41. Grayscale: #383838. Windows color (decimal): -9043778 or 12451958. OLE color: 12451958.

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

Color convert

RGB 118 0 190 -
CMYK 0.38 1 0 0.25
HSL 277.26º 1% 0.37% -
HSV(B) 277.26º 1% 0.75% -
XYZ 16.77 7.57 49.29 -
YUV 56.94 203.09 171.55 -
System Red Green Blue C M Y K H S L
Decimal 118 0 190 0.38 1 0 0.25 277.26 1 0.37
Hex 76 0 BE 26 64 0 19 115 64 25
Octal 166 0 276 46 144 0 31 425 144 45
Binary 1110110 0 10111110 100110 1100100 0 11001 100010101 1100100 100101

Color Harmonies of #7600BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600BE

Black with #7600BE

Text Example


Text Example

White with #7600BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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