Html Css Color HEX #760ACB Dark Violet

📋 copy color: '#760ACB'

red 118 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #760ACB

Tints of Dark Violet #760ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 35.65%
G = 3.02%
B = 61.33%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#760ACB (or 0x760ACB) is known color: Dark Violet. HEX triplet: 76, 0A and CB. RGB value is (118,10,203). Sum of RGB (Red+Green+Blue) = 118+10+203=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #760ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ACB is #89F534. Grayscale: #3F3F3F. Windows color (decimal): -9041205 or 13306486. OLE color: 13306486.

HSL color Cylindrical-coordinate representation of color #760ACB: hue angle of 273.58º 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 #760ACB is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 10 203 -
CMYK 0.42 0.95 0 0.20
HSL 273.58º 0.91% 0.42% -
HSV(B) 273.58º 0.95% 0.8% -
XYZ 18.36 8.38 57.15 -
YUV 64.29 206.28 166.31 -
System Red Green Blue C M Y K H S L
Decimal 118 10 203 0.42 0.95 0 0.20 273.58 0.91 0.42
Hex 76 A CB 2A 5F 0 14 112 5B 2A
Octal 166 12 313 52 137 0 24 422 133 52
Binary 1110110 1010 11001011 101010 1011111 0 10100 100010010 1011011 101010

Color Harmonies of #760ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ACB

Black with #760ACB

Text Example


Text Example

White with #760ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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