Html Css Color HEX #760CBE Dark Violet

📋 copy color: '#760CBE'

red 118 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #760CBE

Tints of Dark Violet #760CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 36.88%
G = 3.75%
B = 59.38%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#760CBE (or 0x760CBE) is known color: Dark Violet. HEX triplet: 76, 0C and BE. RGB value is (118,12,190). Sum of RGB (Red+Green+Blue) = 118+12+190=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #760CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBE is #89F341. Grayscale: #3F3F3F. Windows color (decimal): -9040706 or 12455030. OLE color: 12455030.

HSL color Cylindrical-coordinate representation of color #760CBE: hue angle of 275.73º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CBE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 12 190 -
CMYK 0.38 0.94 0 0.25
HSL 275.73º 0.88% 0.4% -
HSV(B) 275.73º 0.94% 0.75% -
XYZ 16.9 7.83 49.34 -
YUV 63.99 199.12 166.53 -
System Red Green Blue C M Y K H S L
Decimal 118 12 190 0.38 0.94 0 0.25 275.73 0.88 0.4
Hex 76 C BE 26 5E 0 19 114 58 28
Octal 166 14 276 46 136 0 31 424 130 50
Binary 1110110 1100 10111110 100110 1011110 0 11001 100010100 1011000 101000

Color Harmonies of #760CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CBE

Black with #760CBE

Text Example


Text Example

White with #760CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,190); }

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

background-color css

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

 a { background-color: rgb(118,12,190); }

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

border-color css

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

 span { border-color: rgb(118,12,190); }

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