Html Css Color HEX #762ED7 Blue Violet

📋 copy color: '#762ED7'

red 118 ◦ green 46 ◦ blue 215

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

Shades of Blue Violet #762ED7

Tints of Blue Violet #762ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.73%

R = 31.13%
G = 12.14%
B = 56.73%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#762ED7 (or 0x762ED7) is known color: Blue Violet. HEX triplet: 76, 2E and D7. RGB value is (118,46,215). Sum of RGB (Red+Green+Blue) = 118+46+215=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #762ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ED7 is #89D128. Grayscale: #565656. Windows color (decimal): -9031977 or 14102134. OLE color: 14102134.

HSL color Cylindrical-coordinate representation of color #762ED7: hue angle of 265.56º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762ED7 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 46 215 -
CMYK 0.45 0.79 0 0.16
HSL 265.56º 0.68% 0.51% -
HSV(B) 265.56º 0.79% 0.84% -
XYZ 20.71 10.71 65.27 -
YUV 86.79 200.35 150.26 -
System Red Green Blue C M Y K H S L
Decimal 118 46 215 0.45 0.79 0 0.16 265.56 0.68 0.51
Hex 76 2E D7 2D 4F 0 10 10A 44 33
Octal 166 56 327 55 117 0 20 412 104 63
Binary 1110110 101110 11010111 101101 1001111 0 10000 100001010 1000100 110011

Color Harmonies of #762ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ED7

Black with #762ED7

Text Example


Text Example

White with #762ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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