Html Css Color HEX #7600CB Dark Violet

📋 copy color: '#7600CB'

red 118 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #7600CB

Tints of Dark Violet #7600CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 36.76%
G = 0%
B = 63.24%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7600CB (or 0x7600CB) is known color: Dark Violet. HEX triplet: 76, 00 and CB. RGB value is (118,0,203). Sum of RGB (Red+Green+Blue) = 118+0+203=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #7600CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600CB is #89FF34. Grayscale: #393939. Windows color (decimal): -9043765 or 13303926. OLE color: 13303926.

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

Color convert

RGB 118 0 203 -
CMYK 0.42 1 0 0.20
HSL 274.88º 1% 0.4% -
HSV(B) 274.88º 1% 0.8% -
XYZ 18.25 8.16 57.11 -
YUV 58.42 209.59 170.49 -
System Red Green Blue C M Y K H S L
Decimal 118 0 203 0.42 1 0 0.20 274.88 1 0.4
Hex 76 0 CB 2A 64 0 14 113 64 28
Octal 166 0 313 52 144 0 24 423 144 50
Binary 1110110 0 11001011 101010 1100100 0 10100 100010011 1100100 101000

Color Harmonies of #7600CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600CB

Black with #7600CB

Text Example


Text Example

White with #7600CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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