Html Css Color HEX #7600CE Dark Violet

📋 copy color: '#7600CE'

red 118 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #7600CE

Tints of Dark Violet #7600CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 36.42%
G = 0%
B = 63.58%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7600CE (or 0x7600CE) is known color: Dark Violet. HEX triplet: 76, 00 and CE. RGB value is (118,0,206). Sum of RGB (Red+Green+Blue) = 118+0+206=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #7600CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600CE is #89FF31. Grayscale: #3A3A3A. Windows color (decimal): -9043762 or 13500534. OLE color: 13500534.

HSL color Cylindrical-coordinate representation of color #7600CE: hue angle of 274.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7600CE is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 0 206 -
CMYK 0.43 1 0 0.19
HSL 274.37º 1% 0.4% -
HSV(B) 274.37º 1% 0.81% -
XYZ 18.61 8.31 59.02 -
YUV 58.77 211.09 170.25 -
System Red Green Blue C M Y K H S L
Decimal 118 0 206 0.43 1 0 0.19 274.37 1 0.4
Hex 76 0 CE 2B 64 0 13 112 64 28
Octal 166 0 316 53 144 0 23 422 144 50
Binary 1110110 0 11001110 101011 1100100 0 10011 100010010 1100100 101000

Color Harmonies of #7600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600CE

Black with #7600CE

Text Example


Text Example

White with #7600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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