Html Css Color HEX #762EDD Blue Violet

📋 copy color: '#762EDD'

red 118 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #762EDD

Tints of Blue Violet #762EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.95%

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

R = 30.65%
G = 11.95%
B = 57.4%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#762EDD (or 0x762EDD) is known color: Blue Violet. HEX triplet: 76, 2E and DD. RGB value is (118,46,221). Sum of RGB (Red+Green+Blue) = 118+46+221=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #762EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EDD is #89D122. Grayscale: #565656. Windows color (decimal): -9031971 or 14495350. OLE color: 14495350.

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

Color convert

RGB 118 46 221 -
CMYK 0.47 0.79 0 0.13
HSL 264.69º 0.72% 0.52% -
HSV(B) 264.69º 0.79% 0.87% -
XYZ 21.5 11.03 69.4 -
YUV 87.48 203.35 149.77 -
System Red Green Blue C M Y K H S L
Decimal 118 46 221 0.47 0.79 0 0.13 264.69 0.72 0.52
Hex 76 2E DD 2F 4F 0 D 109 48 34
Octal 166 56 335 57 117 0 15 411 110 64
Binary 1110110 101110 11011101 101111 1001111 0 1101 100001001 1001000 110100

Color Harmonies of #762EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EDD

Black with #762EDD

Text Example


Text Example

White with #762EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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