Html Css Color HEX #760CCE Dark Violet

📋 copy color: '#760CCE'

red 118 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #760CCE

Tints of Dark Violet #760CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 35.12%
G = 3.57%
B = 61.31%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#760CCE (or 0x760CCE) is known color: Dark Violet. HEX triplet: 76, 0C and CE. RGB value is (118,12,206). Sum of RGB (Red+Green+Blue) = 118+12+206=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #760CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CCE is #89F331. Grayscale: #414141. Windows color (decimal): -9040690 or 13503606. OLE color: 13503606.

HSL color Cylindrical-coordinate representation of color #760CCE: hue angle of 272.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CCE is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 12 206 -
CMYK 0.43 0.94 0 0.19
HSL 272.78º 0.89% 0.43% -
HSV(B) 272.78º 0.94% 0.81% -
XYZ 18.74 8.57 59.06 -
YUV 65.81 207.12 165.23 -
System Red Green Blue C M Y K H S L
Decimal 118 12 206 0.43 0.94 0 0.19 272.78 0.89 0.43
Hex 76 C CE 2B 5E 0 13 111 59 2B
Octal 166 14 316 53 136 0 23 421 131 53
Binary 1110110 1100 11001110 101011 1011110 0 10011 100010001 1011001 101011

Color Harmonies of #760CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760CCE

Black with #760CCE

Text Example


Text Example

White with #760CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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