Html Css Color HEX #760FDE Blue Violet

📋 copy color: '#760FDE'

red 118 ◦ green 15 ◦ blue 222

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

Shades of Blue Violet #760FDE

Tints of Blue Violet #760FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 33.24%
G = 4.23%
B = 62.54%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#760FDE (or 0x760FDE) is known color: Blue Violet. HEX triplet: 76, 0F and DE. RGB value is (118,15,222). Sum of RGB (Red+Green+Blue) = 118+15+222=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #760FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FDE is #89F021. Grayscale: #444444. Windows color (decimal): -9039906 or 14552950. OLE color: 14552950.

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

Color convert

RGB 118 15 222 -
CMYK 0.47 0.93 0 0.13
HSL 269.86º 0.87% 0.46% -
HSV(B) 269.86º 0.93% 0.87% -
XYZ 20.83 9.47 69.84 -
YUV 69.4 214.12 162.67 -
System Red Green Blue C M Y K H S L
Decimal 118 15 222 0.47 0.93 0 0.13 269.86 0.87 0.46
Hex 76 F DE 2F 5D 0 D 10E 57 2E
Octal 166 17 336 57 135 0 15 416 127 56
Binary 1110110 1111 11011110 101111 1011101 0 1101 100001110 1010111 101110

Color Harmonies of #760FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FDE

Black with #760FDE

Text Example


Text Example

White with #760FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,222); }

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

background-color css

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

 a { background-color: rgb(118,15,222); }

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

border-color css

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

 span { border-color: rgb(118,15,222); }

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