Html Css Color HEX #760CDC Dark Violet

📋 copy color: '#760CDC'

red 118 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #760CDC

Tints of Dark Violet #760CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 33.71%
G = 3.43%
B = 62.86%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#760CDC (or 0x760CDC) is known color: Dark Violet. HEX triplet: 76, 0C and DC. RGB value is (118,12,220). Sum of RGB (Red+Green+Blue) = 118+12+220=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #760CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CDC is #89F323. Grayscale: #424242. Windows color (decimal): -9040676 or 14421110. OLE color: 14421110.

HSL color Cylindrical-coordinate representation of color #760CDC: hue angle of 270.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CDC is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 12 220 -
CMYK 0.46 0.95 0 0.14
HSL 270.58º 0.9% 0.45% -
HSV(B) 270.58º 0.95% 0.86% -
XYZ 20.52 9.28 68.42 -
YUV 67.41 214.12 164.09 -
System Red Green Blue C M Y K H S L
Decimal 118 12 220 0.46 0.95 0 0.14 270.58 0.9 0.45
Hex 76 C DC 2E 5F 0 E 10F 5A 2D
Octal 166 14 334 56 137 0 16 417 132 55
Binary 1110110 1100 11011100 101110 1011111 0 1110 100001111 1011010 101101

Color Harmonies of #760CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CDC

Black with #760CDC

Text Example


Text Example

White with #760CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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