Html Css Color HEX #760CD5 Dark Violet

📋 copy color: '#760CD5'

red 118 ◦ green 12 ◦ blue 213

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

Shades of Dark Violet #760CD5

Tints of Dark Violet #760CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.5%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 34.4%
G = 3.5%
B = 62.1%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#760CD5 (or 0x760CD5) is known color: Dark Violet. HEX triplet: 76, 0C and D5. RGB value is (118,12,213). Sum of RGB (Red+Green+Blue) = 118+12+213=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #760CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CD5 is #89F32A. Grayscale: #414141. Windows color (decimal): -9040683 or 13962358. OLE color: 13962358.

HSL color Cylindrical-coordinate representation of color #760CD5: hue angle of 271.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CD5 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 12 213 -
CMYK 0.45 0.94 0 0.16
HSL 271.64º 0.89% 0.44% -
HSV(B) 271.64º 0.94% 0.84% -
XYZ 19.61 8.92 63.64 -
YUV 66.61 210.62 164.66 -
System Red Green Blue C M Y K H S L
Decimal 118 12 213 0.45 0.94 0 0.16 271.64 0.89 0.44
Hex 76 C D5 2D 5E 0 10 110 59 2C
Octal 166 14 325 55 136 0 20 420 131 54
Binary 1110110 1100 11010101 101101 1011110 0 10000 100010000 1011001 101100

Color Harmonies of #760CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CD5

Black with #760CD5

Text Example


Text Example

White with #760CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,213); }

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

background-color css

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

 a { background-color: rgb(118,12,213); }

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

border-color css

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

 span { border-color: rgb(118,12,213); }

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