Html Css Color HEX #7E37DF Blue Violet

📋 copy color: '#7E37DF'

red 126 ◦ green 55 ◦ blue 223

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

Shades of Blue Violet #7E37DF

Tints of Blue Violet #7E37DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

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

R = 31.19%
G = 13.61%
B = 55.2%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E37DF (or 0x7E37DF) is known color: Blue Violet. HEX triplet: 7E, 37 and DF. RGB value is (126,55,223). Sum of RGB (Red+Green+Blue) = 126+55+223=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E37DF is #81C820. Grayscale: #5E5E5E. Windows color (decimal): -8505377 or 14628734. OLE color: 14628734.

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

Color convert

RGB 126 55 223 -
CMYK 0.43 0.75 0 0.13
HSL 265.36º 0.72% 0.55% -
HSV(B) 265.36º 0.75% 0.87% -
XYZ 23.29 12.5 71 -
YUV 95.38 200.02 149.84 -
System Red Green Blue C M Y K H S L
Decimal 126 55 223 0.43 0.75 0 0.13 265.36 0.72 0.55
Hex 7E 37 DF 2B 4B 0 D 109 48 37
Octal 176 67 337 53 113 0 15 411 110 67
Binary 1111110 110111 11011111 101011 1001011 0 1101 100001001 1001000 110111

Color Harmonies of #7E37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E37DF

Black with #7E37DF

Text Example


Text Example

White with #7E37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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