#7d24e6

Color #7D24E6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7D24E6

Tints of Blue Violet #7D24E6

Color information

#7D24E6 (or 0x7D24E6) is unknown color: approx Blue Violet. HEX triplet: 7D, 24 and E6. RGB value is (125,36,230). Sum of RGB (Red+Green+Blue) = 125+36+230=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #7D24E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D24E6 is #82DB19. Grayscale: #545454. Windows color (decimal): -8575770 or 15082621. OLE color: 15082621.

HSL color Cylindrical-coordinate representation of color #7D24E6: hue angle of 267.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D24E6 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12536230-
CMYK0.460.8400.10
HSL267.53º79.51%52.16%-
HSV(B)267.53º84.35%90.2%-
XYZ23.3711.3375.82-
YUV84.73209.99156.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 36 (14.45% from 255) = 9.21%
BLUE value IS 230 (90.23% from 255) = 58.82%
R=31.97%
G=9.21%
B=58.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal125362300.460.8400.10267.5379.5152.16
Hex7D24E62E540A10c5034
Octal175443465612401241412064
Binary1111101100100111001101011101010100010101000011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d24e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,36,230); }

 H1.HeaderClassName
 {
   color: #7d24e6;
 }
 .AnyTagClassName
 {
   color: #7d24e6;
 }
</style>
background-color css

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

 a { background-color: rgb(125,36,230); }

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

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

 span { border-color: rgb(125,36,230); }

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