#7f42dd

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

Shades of Blue Violet #7F42DD

Tints of Blue Violet #7F42DD

Color information

#7F42DD (or 0x7F42DD) is unknown color: approx Blue Violet. HEX triplet: 7F, 42 and DD. RGB value is (127,66,221). Sum of RGB (Red+Green+Blue) = 127+66+221=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F42DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42DD is #80BD22. Grayscale: #656565. Windows color (decimal): -8437027 or 14500479. OLE color: 14500479.

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

Color convert

RGB12766221-
CMYK0.430.7000.13
HSL263.61º69.51%56.27%-
HSV(B)263.61º70.14%86.67%-
XYZ23.7513.6369.79-
YUV101.91195.21145.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 66 (26.17% from 255) = 15.94%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=30.68%
G=15.94%
B=53.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127662210.430.7000.13263.6169.5156.27
Hex7F42DD2B460D1084638
Octal1771023355310601541010670
Binary11111111000010110111011010111000110011011000010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f42dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,221); }

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

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

 a { background-color: rgb(127,66,221); }

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

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

 span { border-color: rgb(127,66,221); }

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