Html Css Color HEX #7E48DF Blue Violet

📋 copy color: '#7E48DF'

red 126 ◦ green 72 ◦ blue 223

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

Shades of Blue Violet #7E48DF

Tints of Blue Violet #7E48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 29.93%
G = 17.1%
B = 52.97%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E48DF (or 0x7E48DF) is known color: Blue Violet. HEX triplet: 7E, 48 and DF. RGB value is (126,72,223). Sum of RGB (Red+Green+Blue) = 126+72+223=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E48DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E48DF is #81B720. Grayscale: #686868. Windows color (decimal): -8501025 or 14633086. OLE color: 14633086.

HSL color Cylindrical-coordinate representation of color #7E48DF: hue angle of 261.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E48DF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 72 223 -
CMYK 0.43 0.68 0 0.13
HSL 261.46º 0.7% 0.58% -
HSV(B) 261.46º 0.68% 0.87% -
XYZ 24.24 14.4 71.31 -
YUV 105.36 194.39 142.72 -
System Red Green Blue C M Y K H S L
Decimal 126 72 223 0.43 0.68 0 0.13 261.46 0.7 0.58
Hex 7E 48 DF 2B 44 0 D 105 46 3A
Octal 176 110 337 53 104 0 15 405 106 72
Binary 1111110 1001000 11011111 101011 1000100 0 1101 100000101 1000110 111010

Color Harmonies of #7E48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E48DF

Black with #7E48DF

Text Example


Text Example

White with #7E48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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