Html Css Color HEX #761DDD Blue Violet

📋 copy color: '#761DDD'

red 118 ◦ green 29 ◦ blue 221

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

Shades of Blue Violet #761DDD

Tints of Blue Violet #761DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

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

R = 32.07%
G = 7.88%
B = 60.05%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#761DDD (or 0x761DDD) is known color: Blue Violet. HEX triplet: 76, 1D and DD. RGB value is (118,29,221). Sum of RGB (Red+Green+Blue) = 118+29+221=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #761DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DDD is #89E222. Grayscale: #4C4C4C. Windows color (decimal): -9036323 or 14490998. OLE color: 14490998.

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

Color convert

RGB 118 29 221 -
CMYK 0.47 0.87 0 0.13
HSL 267.81º 0.77% 0.49% -
HSV(B) 267.81º 0.87% 0.87% -
XYZ 20.96 9.95 69.22 -
YUV 77.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 118 29 221 0.47 0.87 0 0.13 267.81 0.77 0.49
Hex 76 1D DD 2F 57 0 D 10C 4D 31
Octal 166 35 335 57 127 0 15 414 115 61
Binary 1110110 11101 11011101 101111 1010111 0 1101 100001100 1001101 110001

Color Harmonies of #761DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DDD

Black with #761DDD

Text Example


Text Example

White with #761DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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