Html Css Color HEX #7E24D9 Blue Violet

📋 copy color: '#7E24D9'

red 126 ◦ green 36 ◦ blue 217

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

Shades of Blue Violet #7E24D9

Tints of Blue Violet #7E24D9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.5%

 BLUE value IS 217 (85.16% from 255) = 57.26%

R = 33.25%
G = 9.5%
B = 57.26%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E24D9 (or 0x7E24D9) is known color: Blue Violet. HEX triplet: 7E, 24 and D9. RGB value is (126,36,217). Sum of RGB (Red+Green+Blue) = 126+36+217=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E24D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E24D9 is #81DB26. Grayscale: #525252. Windows color (decimal): -8510247 or 14230654. OLE color: 14230654.

HSL color Cylindrical-coordinate representation of color #7E24D9: hue angle of 269.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E24D9 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 36 217 -
CMYK 0.42 0.83 0 0.15
HSL 269.83º 0.72% 0.5% -
HSV(B) 269.83º 0.83% 0.85% -
XYZ 21.76 10.71 66.57 -
YUV 83.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 126 36 217 0.42 0.83 0 0.15 269.83 0.72 0.5
Hex 7E 24 D9 2A 53 0 F 10E 48 32
Octal 176 44 331 52 123 0 17 416 110 62
Binary 1111110 100100 11011001 101010 1010011 0 1111 100001110 1001000 110010

Color Harmonies of #7E24D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E24D9

Black with #7E24D9

Text Example


Text Example

White with #7E24D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,217); }

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

background-color css

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

 a { background-color: rgb(126,36,217); }

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

border-color css

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

 span { border-color: rgb(126,36,217); }

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