Html Css Color HEX #760ECF Dark Violet

📋 copy color: '#760ECF'

red 118 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #760ECF

Tints of Dark Violet #760ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 34.81%
G = 4.13%
B = 61.06%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#760ECF (or 0x760ECF) is known color: Dark Violet. HEX triplet: 76, 0E and CF. RGB value is (118,14,207). Sum of RGB (Red+Green+Blue) = 118+14+207=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #760ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ECF is #89F130. Grayscale: #424242. Windows color (decimal): -9040177 or 13569654. OLE color: 13569654.

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

Color convert

RGB 118 14 207 -
CMYK 0.43 0.93 0 0.19
HSL 272.33º 0.87% 0.43% -
HSV(B) 272.33º 0.93% 0.81% -
XYZ 18.89 8.67 59.71 -
YUV 67.1 206.96 164.31 -
System Red Green Blue C M Y K H S L
Decimal 118 14 207 0.43 0.93 0 0.19 272.33 0.87 0.43
Hex 76 E CF 2B 5D 0 13 110 57 2B
Octal 166 16 317 53 135 0 23 420 127 53
Binary 1110110 1110 11001111 101011 1011101 0 10011 100010000 1010111 101011

Color Harmonies of #760ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760ECF

Black with #760ECF

Text Example


Text Example

White with #760ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,207); }

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

background-color css

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

 a { background-color: rgb(118,14,207); }

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

border-color css

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

 span { border-color: rgb(118,14,207); }

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