Html Css Color HEX #7E48DB Blue Violet

📋 copy color: '#7E48DB'

red 126 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #7E48DB

Tints of Blue Violet #7E48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 30.22%
G = 17.27%
B = 52.52%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E48DB (or 0x7E48DB) is known color: Blue Violet. HEX triplet: 7E, 48 and DB. RGB value is (126,72,219). Sum of RGB (Red+Green+Blue) = 126+72+219=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E48DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E48DB is #81B724. Grayscale: #686868. Windows color (decimal): -8501029 or 14370942. OLE color: 14370942.

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

Color convert

RGB 126 72 219 -
CMYK 0.42 0.67 0 0.14
HSL 262.04º 0.67% 0.57% -
HSV(B) 262.04º 0.67% 0.86% -
XYZ 23.71 14.18 68.51 -
YUV 104.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 126 72 219 0.42 0.67 0 0.14 262.04 0.67 0.57
Hex 7E 48 DB 2A 43 0 E 106 43 39
Octal 176 110 333 52 103 0 16 406 103 71
Binary 1111110 1001000 11011011 101010 1000011 0 1110 100000110 1000011 111001

Color Harmonies of #7E48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E48DB

Black with #7E48DB

Text Example


Text Example

White with #7E48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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