Html Css Color HEX #760BCD Dark Violet

📋 copy color: '#760BCD'

red 118 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #760BCD

Tints of Dark Violet #760BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 35.33%
G = 3.29%
B = 61.38%

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

#760BCD (or 0x760BCD) is known color: Dark Violet. HEX triplet: 76, 0B and CD. RGB value is (118,11,205). Sum of RGB (Red+Green+Blue) = 118+11+205=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #760BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BCD is #89F432. Grayscale: #404040. Windows color (decimal): -9040947 or 13437814. OLE color: 13437814.

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

Color convert

RGB 118 11 205 -
CMYK 0.42 0.95 0 0.20
HSL 273.09º 0.9% 0.42% -
HSV(B) 273.09º 0.95% 0.8% -
XYZ 18.61 8.5 58.42 -
YUV 65.11 206.95 165.73 -
System Red Green Blue C M Y K H S L
Decimal 118 11 205 0.42 0.95 0 0.20 273.09 0.9 0.42
Hex 76 B CD 2A 5F 0 14 111 5A 2A
Octal 166 13 315 52 137 0 24 421 132 52
Binary 1110110 1011 11001101 101010 1011111 0 10100 100010001 1011010 101010

Color Harmonies of #760BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BCD

Black with #760BCD

Text Example


Text Example

White with #760BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,205); }

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

background-color css

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

 a { background-color: rgb(118,11,205); }

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

border-color css

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

 span { border-color: rgb(118,11,205); }

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