Html Css Color HEX #762DE7 Blue Violet

📋 copy color: '#762DE7'

red 118 ◦ green 45 ◦ blue 231

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

Shades of Blue Violet #762DE7

Tints of Blue Violet #762DE7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 29.95%
G = 11.42%
B = 58.63%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#762DE7 (or 0x762DE7) is known color: Blue Violet. HEX triplet: 76, 2D and E7. RGB value is (118,45,231). Sum of RGB (Red+Green+Blue) = 118+45+231=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #762DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DE7 is #89D218. Grayscale: #575757. Windows color (decimal): -9032217 or 15150454. OLE color: 15150454.

HSL color Cylindrical-coordinate representation of color #762DE7: hue angle of 263.55º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762DE7 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 45 231 -
CMYK 0.49 0.81 0 0.09
HSL 263.55º 0.79% 0.54% -
HSV(B) 263.55º 0.81% 0.91% -
XYZ 22.83 11.5 76.62 -
YUV 88.03 208.68 149.38 -
System Red Green Blue C M Y K H S L
Decimal 118 45 231 0.49 0.81 0 0.09 263.55 0.79 0.54
Hex 76 2D E7 31 51 0 9 108 4F 36
Octal 166 55 347 61 121 0 11 410 117 66
Binary 1110110 101101 11100111 110001 1010001 0 1001 100001000 1001111 110110

Color Harmonies of #762DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DE7

Black with #762DE7

Text Example


Text Example

White with #762DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,231); }

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

background-color css

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

 a { background-color: rgb(118,45,231); }

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

border-color css

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

 span { border-color: rgb(118,45,231); }

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