Html Css Color HEX #762CE7 Blue Violet

📋 copy color: '#762CE7'

red 118 ◦ green 44 ◦ blue 231

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

Shades of Blue Violet #762CE7

Tints of Blue Violet #762CE7

RGB

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

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

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

R = 30.03%
G = 11.2%
B = 58.78%

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

#762CE7 (or 0x762CE7) is known color: Blue Violet. HEX triplet: 76, 2C and E7. RGB value is (118,44,231). Sum of RGB (Red+Green+Blue) = 118+44+231=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #762CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CE7 is #89D318. Grayscale: #565656. Windows color (decimal): -9032473 or 15150198. OLE color: 15150198.

HSL color Cylindrical-coordinate representation of color #762CE7: hue angle of 263.74º degrees, saturation: 0.8, 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 #762CE7 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 44 231 -
CMYK 0.49 0.81 0 0.09
HSL 263.74º 0.8% 0.54% -
HSV(B) 263.74º 0.81% 0.91% -
XYZ 22.8 11.42 76.6 -
YUV 87.44 209.02 149.79 -
System Red Green Blue C M Y K H S L
Decimal 118 44 231 0.49 0.81 0 0.09 263.74 0.8 0.54
Hex 76 2C E7 31 51 0 9 108 50 36
Octal 166 54 347 61 121 0 11 410 120 66
Binary 1110110 101100 11100111 110001 1010001 0 1001 100001000 1010000 110110

Color Harmonies of #762CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CE7

Black with #762CE7

Text Example


Text Example

White with #762CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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