Html Css Color HEX #761EDD Blue Violet

📋 copy color: '#761EDD'

red 118 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #761EDD

Tints of Blue Violet #761EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 31.98%
G = 8.13%
B = 59.89%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#761EDD (or 0x761EDD) is known color: Blue Violet. HEX triplet: 76, 1E and DD. RGB value is (118,30,221). Sum of RGB (Red+Green+Blue) = 118+30+221=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #761EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EDD is #89E122. Grayscale: #4D4D4D. Windows color (decimal): -9036067 or 14491254. OLE color: 14491254.

HSL color Cylindrical-coordinate representation of color #761EDD: hue angle of 267.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761EDD is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 30 221 -
CMYK 0.47 0.86 0 0.13
HSL 267.64º 0.76% 0.49% -
HSV(B) 267.64º 0.86% 0.87% -
XYZ 20.99 10 69.23 -
YUV 78.09 208.65 156.47 -
System Red Green Blue C M Y K H S L
Decimal 118 30 221 0.47 0.86 0 0.13 267.64 0.76 0.49
Hex 76 1E DD 2F 56 0 D 10C 4C 31
Octal 166 36 335 57 126 0 15 414 114 61
Binary 1110110 11110 11011101 101111 1010110 0 1101 100001100 1001100 110001

Color Harmonies of #761EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EDD

Black with #761EDD

Text Example


Text Example

White with #761EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,221); }

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

background-color css

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

 a { background-color: rgb(118,30,221); }

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

border-color css

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

 span { border-color: rgb(118,30,221); }

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