Html Css Color HEX #760BCB Dark Violet

📋 copy color: '#760BCB'

red 118 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #760BCB

Tints of Dark Violet #760BCB

RGB

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

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

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

R = 35.54%
G = 3.31%
B = 61.14%

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

#760BCB (or 0x760BCB) is known color: Dark Violet. HEX triplet: 76, 0B and CB. RGB value is (118,11,203). Sum of RGB (Red+Green+Blue) = 118+11+203=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #760BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BCB is #89F434. Grayscale: #404040. Windows color (decimal): -9040949 or 13306742. OLE color: 13306742.

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

Color convert

RGB 118 11 203 -
CMYK 0.42 0.95 0 0.20
HSL 273.44º 0.9% 0.42% -
HSV(B) 273.44º 0.95% 0.8% -
XYZ 18.37 8.4 57.15 -
YUV 64.88 205.95 165.89 -
System Red Green Blue C M Y K H S L
Decimal 118 11 203 0.42 0.95 0 0.20 273.44 0.9 0.42
Hex 76 B CB 2A 5F 0 14 111 5A 2A
Octal 166 13 313 52 137 0 24 421 132 52
Binary 1110110 1011 11001011 101010 1011111 0 10100 100010001 1011010 101010

Color Harmonies of #760BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BCB

Black with #760BCB

Text Example


Text Example

White with #760BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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