Html Css Color HEX #760DC3 Dark Violet

📋 copy color: '#760DC3'

red 118 ◦ green 13 ◦ blue 195

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

Shades of Dark Violet #760DC3

Tints of Dark Violet #760DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 59.82%

R = 36.2%
G = 3.99%
B = 59.82%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#760DC3 (or 0x760DC3) is known color: Dark Violet. HEX triplet: 76, 0D and C3. RGB value is (118,13,195). Sum of RGB (Red+Green+Blue) = 118+13+195=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #760DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DC3 is #89F23C. Grayscale: #404040. Windows color (decimal): -9040445 or 12782966. OLE color: 12782966.

HSL color Cylindrical-coordinate representation of color #760DC3: hue angle of 274.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DC3 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 13 195 -
CMYK 0.39 0.93 0 0.24
HSL 274.62º 0.88% 0.41% -
HSV(B) 274.62º 0.93% 0.76% -
XYZ 17.47 8.08 52.27 -
YUV 65.14 201.29 165.7 -
System Red Green Blue C M Y K H S L
Decimal 118 13 195 0.39 0.93 0 0.24 274.62 0.88 0.41
Hex 76 D C3 27 5D 0 18 113 58 29
Octal 166 15 303 47 135 0 30 423 130 51
Binary 1110110 1101 11000011 100111 1011101 0 11000 100010011 1011000 101001

Color Harmonies of #760DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DC3

Black with #760DC3

Text Example


Text Example

White with #760DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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