Html Css Color HEX #760ACC Dark Violet

📋 copy color: '#760ACC'

red 118 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #760ACC

Tints of Dark Violet #760ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 35.54%
G = 3.01%
B = 61.45%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#760ACC (or 0x760ACC) is known color: Dark Violet. HEX triplet: 76, 0A and CC. RGB value is (118,10,204). Sum of RGB (Red+Green+Blue) = 118+10+204=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #760ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ACC is #89F533. Grayscale: #3F3F3F. Windows color (decimal): -9041204 or 13372022. OLE color: 13372022.

HSL color Cylindrical-coordinate representation of color #760ACC: hue angle of 273.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760ACC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 10 204 -
CMYK 0.42 0.95 0 0.2
HSL 273.4º 0.91% 0.42% -
HSV(B) 273.4º 0.95% 0.8% -
XYZ 18.48 8.43 57.78 -
YUV 64.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 118 10 204 0.42 0.95 0 0.2 273.4 0.91 0.42
Hex 76 A CC 2A 5F 0 14 111 5B 2A
Octal 166 12 314 52 137 0 24 421 133 52
Binary 1110110 1010 11001100 101010 1011111 0 10100 100010001 1011011 101010

Color Harmonies of #760ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ACC

Black with #760ACC

Text Example


Text Example

White with #760ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,204); }

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

background-color css

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

 a { background-color: rgb(118,10,204); }

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

border-color css

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

 span { border-color: rgb(118,10,204); }

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