Html Css Color HEX #762EDB Blue Violet

📋 copy color: '#762EDB'

red 118 ◦ green 46 ◦ blue 219

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

Shades of Blue Violet #762EDB

Tints of Blue Violet #762EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 30.81%
G = 12.01%
B = 57.18%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#762EDB (or 0x762EDB) is known color: Blue Violet. HEX triplet: 76, 2E and DB. RGB value is (118,46,219). Sum of RGB (Red+Green+Blue) = 118+46+219=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #762EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EDB is #89D124. Grayscale: #565656. Windows color (decimal): -9031973 or 14364278. OLE color: 14364278.

HSL color Cylindrical-coordinate representation of color #762EDB: hue angle of 264.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762EDB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 46 219 -
CMYK 0.46 0.79 0 0.14
HSL 264.97º 0.71% 0.52% -
HSV(B) 264.97º 0.79% 0.86% -
XYZ 21.23 10.92 68.01 -
YUV 87.25 202.35 149.93 -
System Red Green Blue C M Y K H S L
Decimal 118 46 219 0.46 0.79 0 0.14 264.97 0.71 0.52
Hex 76 2E DB 2E 4F 0 E 109 47 34
Octal 166 56 333 56 117 0 16 411 107 64
Binary 1110110 101110 11011011 101110 1001111 0 1110 100001001 1000111 110100

Color Harmonies of #762EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EDB

Black with #762EDB

Text Example


Text Example

White with #762EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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