Html Css Color HEX #760DD5 Dark Violet

📋 copy color: '#760DD5'

red 118 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #760DD5

Tints of Dark Violet #760DD5

RGB

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

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

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

R = 34.3%
G = 3.78%
B = 61.92%

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

#760DD5 (or 0x760DD5) is known color: Dark Violet. HEX triplet: 76, 0D and D5. RGB value is (118,13,213). Sum of RGB (Red+Green+Blue) = 118+13+213=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #760DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DD5 is #89F22A. Grayscale: #424242. Windows color (decimal): -9040427 or 13962614. OLE color: 13962614.

HSL color Cylindrical-coordinate representation of color #760DD5: hue angle of 271.5º degrees, saturation: 0.88, 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 #760DD5 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 13 213 -
CMYK 0.45 0.94 0 0.16
HSL 271.5º 0.88% 0.44% -
HSV(B) 271.5º 0.94% 0.84% -
XYZ 19.63 8.94 63.64 -
YUV 67.2 210.29 164.24 -
System Red Green Blue C M Y K H S L
Decimal 118 13 213 0.45 0.94 0 0.16 271.5 0.88 0.44
Hex 76 D D5 2D 5E 0 10 110 58 2C
Octal 166 15 325 55 136 0 20 420 130 54
Binary 1110110 1101 11010101 101101 1011110 0 10000 100010000 1011000 101100

Color Harmonies of #760DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DD5

Black with #760DD5

Text Example


Text Example

White with #760DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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