Html Css Color HEX #760BB3 Dark Violet

📋 copy color: '#760BB3'

red 118 ◦ green 11 ◦ blue 179

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

Shades of Dark Violet #760BB3

Tints of Dark Violet #760BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.12%

R = 38.31%
G = 3.57%
B = 58.12%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#760BB3 (or 0x760BB3) is known color: Dark Violet. HEX triplet: 76, 0B and B3. RGB value is (118,11,179). Sum of RGB (Red+Green+Blue) = 118+11+179=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #760BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BB3 is #89F44C. Grayscale: #3D3D3D. Windows color (decimal): -9040973 or 11733878. OLE color: 11733878.

HSL color Cylindrical-coordinate representation of color #760BB3: hue angle of 278.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BB3 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 11 179 -
CMYK 0.34 0.94 0 0.30
HSL 278.21º 0.88% 0.37% -
HSV(B) 278.21º 0.94% 0.7% -
XYZ 15.73 7.35 43.24 -
YUV 62.15 193.95 167.84 -
System Red Green Blue C M Y K H S L
Decimal 118 11 179 0.34 0.94 0 0.30 278.21 0.88 0.37
Hex 76 B B3 22 5E 0 1E 116 58 25
Octal 166 13 263 42 136 0 36 426 130 45
Binary 1110110 1011 10110011 100010 1011110 0 11110 100010110 1011000 100101

Color Harmonies of #760BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BB3

Black with #760BB3

Text Example


Text Example

White with #760BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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