Html Css Color HEX #762CE1 Blue Violet

📋 copy color: '#762CE1'

red 118 ◦ green 44 ◦ blue 225

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

Shades of Blue Violet #762CE1

Tints of Blue Violet #762CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.14%

R = 30.49%
G = 11.37%
B = 58.14%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#762CE1 (or 0x762CE1) is known color: Blue Violet. HEX triplet: 76, 2C and E1. RGB value is (118,44,225). Sum of RGB (Red+Green+Blue) = 118+44+225=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #762CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CE1 is #89D31E. Grayscale: #565656. Windows color (decimal): -9032479 or 14756982. OLE color: 14756982.

HSL color Cylindrical-coordinate representation of color #762CE1: hue angle of 264.53º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762CE1 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 44 225 -
CMYK 0.48 0.80 0 0.12
HSL 264.53º 0.75% 0.53% -
HSV(B) 264.53º 0.8% 0.88% -
XYZ 21.96 11.09 72.22 -
YUV 86.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 118 44 225 0.48 0.80 0 0.12 264.53 0.75 0.53
Hex 76 2C E1 30 50 0 C 109 4B 35
Octal 166 54 341 60 120 0 14 411 113 65
Binary 1110110 101100 11100001 110000 1010000 0 1100 100001001 1001011 110101

Color Harmonies of #762CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CE1

Black with #762CE1

Text Example


Text Example

White with #762CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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