Html Css Color HEX #762DDB Blue Violet

📋 copy color: '#762DDB'

red 118 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #762DDB

Tints of Blue Violet #762DDB

RGB

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

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

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

R = 30.89%
G = 11.78%
B = 57.33%

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

#762DDB (or 0x762DDB) is known color: Blue Violet. HEX triplet: 76, 2D and DB. RGB value is (118,45,219). Sum of RGB (Red+Green+Blue) = 118+45+219=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #762DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DDB is #89D224. Grayscale: #565656. Windows color (decimal): -9032229 or 14364022. OLE color: 14364022.

HSL color Cylindrical-coordinate representation of color #762DDB: hue angle of 265.17º 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 #762DDB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 45 219 -
CMYK 0.46 0.79 0 0.14
HSL 265.17º 0.71% 0.52% -
HSV(B) 265.17º 0.79% 0.86% -
XYZ 21.2 10.84 67.99 -
YUV 86.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 118 45 219 0.46 0.79 0 0.14 265.17 0.71 0.52
Hex 76 2D DB 2E 4F 0 E 109 47 34
Octal 166 55 333 56 117 0 16 411 107 64
Binary 1110110 101101 11011011 101110 1001111 0 1110 100001001 1000111 110100

Color Harmonies of #762DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DDB

Black with #762DDB

Text Example


Text Example

White with #762DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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