Html Css Color HEX #7600DD Dark Violet

📋 copy color: '#7600DD'

red 118 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #7600DD

Tints of Dark Violet #7600DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 34.81%
G = 0%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7600DD (or 0x7600DD) is known color: Dark Violet. HEX triplet: 76, 00 and DD. RGB value is (118,0,221). Sum of RGB (Red+Green+Blue) = 118+0+221=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #7600DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600DD is #89FF22. Grayscale: #3B3B3B. Windows color (decimal): -9043747 or 14483574. OLE color: 14483574.

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

Color convert

RGB 118 0 221 -
CMYK 0.47 1 0 0.13
HSL 272.04º 1% 0.43% -
HSV(B) 272.04º 1% 0.87% -
XYZ 20.52 9.07 69.08 -
YUV 60.48 218.59 169.03 -
System Red Green Blue C M Y K H S L
Decimal 118 0 221 0.47 1 0 0.13 272.04 1 0.43
Hex 76 0 DD 2F 64 0 D 110 64 2B
Octal 166 0 335 57 144 0 15 420 144 53
Binary 1110110 0 11011101 101111 1100100 0 1101 100010000 1100100 101011

Color Harmonies of #7600DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600DD

Black with #7600DD

Text Example


Text Example

White with #7600DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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