Html Css Color HEX #760DC9 Dark Violet

📋 copy color: '#760DC9'

red 118 ◦ green 13 ◦ blue 201

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

Shades of Dark Violet #760DC9

Tints of Dark Violet #760DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 201 (78.91% from 255) = 60.54%

R = 35.54%
G = 3.92%
B = 60.54%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#760DC9 (or 0x760DC9) is known color: Dark Violet. HEX triplet: 76, 0D and C9. RGB value is (118,13,201). Sum of RGB (Red+Green+Blue) = 118+13+201=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 201 (78.91% from 255 or 60.54% from 332); Max value from RGB is 201 - color contains mainly: blue. Hex color #760DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DC9 is #89F236. Grayscale: #414141. Windows color (decimal): -9040439 or 13176182. OLE color: 13176182.

HSL color Cylindrical-coordinate representation of color #760DC9: hue angle of 273.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DC9 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 13 201 -
CMYK 0.41 0.94 0 0.21
HSL 273.51º 0.88% 0.42% -
HSV(B) 273.51º 0.94% 0.79% -
XYZ 18.16 8.36 55.91 -
YUV 65.83 204.29 165.21 -
System Red Green Blue C M Y K H S L
Decimal 118 13 201 0.41 0.94 0 0.21 273.51 0.88 0.42
Hex 76 D C9 29 5E 0 15 112 58 2A
Octal 166 15 311 51 136 0 25 422 130 52
Binary 1110110 1101 11001001 101001 1011110 0 10101 100010010 1011000 101010

Color Harmonies of #760DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DC9

Black with #760DC9

Text Example


Text Example

White with #760DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760DC9; }

 p { color: rgb(118,13,201); }

 H1.HeaderClassName
 {
   color: #760DC9;
 }
 .AnyTagClassName
 {
   color: #760DC9;
 }
</style>

background-color css

<style>
 a { background-color: #760DC9; }

 a { background-color: rgb(118,13,201); }

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

border-color css

<style>
 span { border-color: #760DC9; }

 span { border-color: rgb(118,13,201); }

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