Html Css Color HEX #762CE2 Blue Violet

📋 copy color: '#762CE2'

red 118 ◦ green 44 ◦ blue 226

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

Shades of Blue Violet #762CE2

Tints of Blue Violet #762CE2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 226 (88.67% from 255) = 58.25%

R = 30.41%
G = 11.34%
B = 58.25%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#762CE2 (or 0x762CE2) is known color: Blue Violet. HEX triplet: 76, 2C and E2. RGB value is (118,44,226). Sum of RGB (Red+Green+Blue) = 118+44+226=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 226 (88.67% from 255 or 58.25% from 388); Max value from RGB is 226 - color contains mainly: blue. Hex color #762CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CE2 is #89D31D. Grayscale: #565656. Windows color (decimal): -9032478 or 14822518. OLE color: 14822518.

HSL color Cylindrical-coordinate representation of color #762CE2: hue angle of 264.4º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762CE2 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 44 226 -
CMYK 0.48 0.81 0 0.11
HSL 264.4º 0.76% 0.53% -
HSV(B) 264.4º 0.81% 0.89% -
XYZ 22.1 11.14 72.94 -
YUV 86.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 118 44 226 0.48 0.81 0 0.11 264.4 0.76 0.53
Hex 76 2C E2 30 51 0 B 108 4C 35
Octal 166 54 342 60 121 0 13 410 114 65
Binary 1110110 101100 11100010 110000 1010001 0 1011 100001000 1001100 110101

Color Harmonies of #762CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CE2

Black with #762CE2

Text Example


Text Example

White with #762CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,226); }

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

background-color css

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

 a { background-color: rgb(118,44,226); }

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

border-color css

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

 span { border-color: rgb(118,44,226); }

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