Html Css Color HEX #762BDB Blue Violet

📋 copy color: '#762BDB'

red 118 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #762BDB

Tints of Blue Violet #762BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

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

R = 31.05%
G = 11.32%
B = 57.63%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#762BDB (or 0x762BDB) is known color: Blue Violet. HEX triplet: 76, 2B and DB. RGB value is (118,43,219). Sum of RGB (Red+Green+Blue) = 118+43+219=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #762BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BDB is #89D424. Grayscale: #545454. Windows color (decimal): -9032741 or 14363510. OLE color: 14363510.

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

Color convert

RGB 118 43 219 -
CMYK 0.46 0.80 0 0.14
HSL 265.57º 0.71% 0.51% -
HSV(B) 265.57º 0.8% 0.86% -
XYZ 21.12 10.69 67.97 -
YUV 85.49 203.35 151.19 -
System Red Green Blue C M Y K H S L
Decimal 118 43 219 0.46 0.80 0 0.14 265.57 0.71 0.51
Hex 76 2B DB 2E 50 0 E 10A 47 33
Octal 166 53 333 56 120 0 16 412 107 63
Binary 1110110 101011 11011011 101110 1010000 0 1110 100001010 1000111 110011

Color Harmonies of #762BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BDB

Black with #762BDB

Text Example


Text Example

White with #762BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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