Html Css Color HEX #760DC4 Dark Violet

📋 copy color: '#760DC4'

red 118 ◦ green 13 ◦ blue 196

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

Shades of Dark Violet #760DC4

Tints of Dark Violet #760DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 59.94%

R = 36.09%
G = 3.98%
B = 59.94%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#760DC4 (or 0x760DC4) is known color: Dark Violet. HEX triplet: 76, 0D and C4. RGB value is (118,13,196). Sum of RGB (Red+Green+Blue) = 118+13+196=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #760DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DC4 is #89F23B. Grayscale: #404040. Windows color (decimal): -9040444 or 12848502. OLE color: 12848502.

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

Color convert

RGB 118 13 196 -
CMYK 0.40 0.93 0 0.23
HSL 274.43º 0.88% 0.41% -
HSV(B) 274.43º 0.93% 0.77% -
XYZ 17.58 8.12 52.87 -
YUV 65.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 118 13 196 0.40 0.93 0 0.23 274.43 0.88 0.41
Hex 76 D C4 28 5D 0 17 112 58 29
Octal 166 15 304 50 135 0 27 422 130 51
Binary 1110110 1101 11000100 101000 1011101 0 10111 100010010 1011000 101001

Color Harmonies of #760DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DC4

Black with #760DC4

Text Example


Text Example

White with #760DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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