Html Css Color HEX #761FD3 Blue Violet

📋 copy color: '#761FD3'

red 118 ◦ green 31 ◦ blue 211

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

Shades of Blue Violet #761FD3

Tints of Blue Violet #761FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.61%

R = 32.78%
G = 8.61%
B = 58.61%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#761FD3 (or 0x761FD3) is known color: Blue Violet. HEX triplet: 76, 1F and D3. RGB value is (118,31,211). Sum of RGB (Red+Green+Blue) = 118+31+211=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #761FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FD3 is #89E02C. Grayscale: #4C4C4C. Windows color (decimal): -9035821 or 13836150. OLE color: 13836150.

HSL color Cylindrical-coordinate representation of color #761FD3: hue angle of 269º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761FD3 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 31 211 -
CMYK 0.44 0.85 0 0.17
HSL 269º 0.74% 0.47% -
HSV(B) 269º 0.85% 0.83% -
XYZ 19.72 9.53 62.43 -
YUV 77.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 118 31 211 0.44 0.85 0 0.17 269 0.74 0.47
Hex 76 1F D3 2C 55 0 11 10D 4A 2F
Octal 166 37 323 54 125 0 21 415 112 57
Binary 1110110 11111 11010011 101100 1010101 0 10001 100001101 1001010 101111

Color Harmonies of #761FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FD3

Black with #761FD3

Text Example


Text Example

White with #761FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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