Html Css Color HEX #761FED Blue Violet

📋 copy color: '#761FED'

red 118 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #761FED

Tints of Blue Violet #761FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 30.57%
G = 8.03%
B = 61.4%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#761FED (or 0x761FED) is known color: Blue Violet. HEX triplet: 76, 1F and ED. RGB value is (118,31,237). Sum of RGB (Red+Green+Blue) = 118+31+237=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #761FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761FED is #89E012. Grayscale: #4F4F4F. Windows color (decimal): -9035795 or 15540086. OLE color: 15540086.

HSL color Cylindrical-coordinate representation of color #761FED: hue angle of 265.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761FED is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 31 237 -
CMYK 0.50 0.87 0 0.07
HSL 265.34º 0.85% 0.53% -
HSV(B) 265.34º 0.87% 0.93% -
XYZ 23.25 10.95 81.01 -
YUV 80.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 118 31 237 0.50 0.87 0 0.07 265.34 0.85 0.53
Hex 76 1F ED 32 57 0 7 109 55 35
Octal 166 37 355 62 127 0 7 411 125 65
Binary 1110110 11111 11101101 110010 1010111 0 111 100001001 1010101 110101

Color Harmonies of #761FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FED

Black with #761FED

Text Example


Text Example

White with #761FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761FED; }

 p { color: rgb(118,31,237); }

 H1.HeaderClassName
 {
   color: #761FED;
 }
 .AnyTagClassName
 {
   color: #761FED;
 }
</style>

background-color css

<style>
 a { background-color: #761FED; }

 a { background-color: rgb(118,31,237); }

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

border-color css

<style>
 span { border-color: #761FED; }

 span { border-color: rgb(118,31,237); }

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