Html Css Color HEX #7600CF Dark Violet

📋 copy color: '#7600CF'

red 118 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #7600CF

Tints of Dark Violet #7600CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 36.31%
G = 0%
B = 63.69%

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

#7600CF (or 0x7600CF) is known color: Dark Violet. HEX triplet: 76, 00 and CF. RGB value is (118,0,207). Sum of RGB (Red+Green+Blue) = 118+0+207=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #7600CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7600CF is #89FF30. Grayscale: #3A3A3A. Windows color (decimal): -9043761 or 13566070. OLE color: 13566070.

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

Color convert

RGB 118 0 207 -
CMYK 0.43 1 0 0.19
HSL 274.2º 1% 0.41% -
HSV(B) 274.2º 1% 0.81% -
XYZ 18.73 8.36 59.66 -
YUV 58.88 211.59 170.17 -
System Red Green Blue C M Y K H S L
Decimal 118 0 207 0.43 1 0 0.19 274.2 1 0.41
Hex 76 0 CF 2B 64 0 13 112 64 29
Octal 166 0 317 53 144 0 23 422 144 51
Binary 1110110 0 11001111 101011 1100100 0 10011 100010010 1100100 101001

Color Harmonies of #7600CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7600CF

Black with #7600CF

Text Example


Text Example

White with #7600CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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