Html Css Color HEX #7E03DB Dark Violet

📋 copy color: '#7E03DB'

red 126 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #7E03DB

Tints of Dark Violet #7E03DB

RGB

 RED value IS 126 (49.61% from 255) = 36.21%

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 36.21%
G = 0.86%
B = 62.93%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E03DB (or 0x7E03DB) is known color: Dark Violet. HEX triplet: 7E, 03 and DB. RGB value is (126,3,219). Sum of RGB (Red+Green+Blue) = 126+3+219=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E03DB is #81FC24. Grayscale: #3F3F3F. Windows color (decimal): -8518693 or 14353278. OLE color: 14353278.

HSL color Cylindrical-coordinate representation of color #7E03DB: hue angle of 274.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E03DB is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 3 219 -
CMYK 0.42 0.99 0 0.14
HSL 274.17º 0.97% 0.44% -
HSV(B) 274.17º 0.99% 0.86% -
XYZ 21.42 9.62 67.74 -
YUV 64.4 215.25 171.94 -
System Red Green Blue C M Y K H S L
Decimal 126 3 219 0.42 0.99 0 0.14 274.17 0.97 0.44
Hex 7E 3 DB 2A 63 0 E 112 61 2C
Octal 176 3 333 52 143 0 16 422 141 54
Binary 1111110 11 11011011 101010 1100011 0 1110 100010010 1100001 101100

Color Harmonies of #7E03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E03DB

Black with #7E03DB

Text Example


Text Example

White with #7E03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E03DB; }

 p { color: rgb(126,3,219); }

 H1.HeaderClassName
 {
   color: #7E03DB;
 }
 .AnyTagClassName
 {
   color: #7E03DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E03DB; }

 a { background-color: rgb(126,3,219); }

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

border-color css

<style>
 span { border-color: #7E03DB; }

 span { border-color: rgb(126,3,219); }

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