Html Css Color HEX #760CBF Dark Violet

📋 copy color: '#760CBF'

red 118 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #760CBF

Tints of Dark Violet #760CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 36.76%
G = 3.74%
B = 59.5%

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

#760CBF (or 0x760CBF) is known color: Dark Violet. HEX triplet: 76, 0C and BF. RGB value is (118,12,191). Sum of RGB (Red+Green+Blue) = 118+12+191=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #760CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBF is #89F340. Grayscale: #3F3F3F. Windows color (decimal): -9040705 or 12520566. OLE color: 12520566.

HSL color Cylindrical-coordinate representation of color #760CBF: hue angle of 275.53º 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 #760CBF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 12 191 -
CMYK 0.38 0.94 0 0.25
HSL 275.53º 0.88% 0.4% -
HSV(B) 275.53º 0.94% 0.75% -
XYZ 17.01 7.88 49.91 -
YUV 64.1 199.62 166.45 -
System Red Green Blue C M Y K H S L
Decimal 118 12 191 0.38 0.94 0 0.25 275.53 0.88 0.4
Hex 76 C BF 26 5E 0 19 114 58 28
Octal 166 14 277 46 136 0 31 424 130 50
Binary 1110110 1100 10111111 100110 1011110 0 11001 100010100 1011000 101000

Color Harmonies of #760CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CBF

Black with #760CBF

Text Example


Text Example

White with #760CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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