#7F34E1

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

Shades of Blue Violet #7F34E1

Tints of Blue Violet #7F34E1

Color information

#7F34E1 (or 0x7F34E1) is unknown color: approx Blue Violet. HEX triplet: 7F, 34 and E1. RGB value is (127,52,225). Sum of RGB (Red+Green+Blue) = 127+52+225=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #7F34E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F34E1 is #80CB1E. Grayscale: #5D5D5D. Windows color (decimal): -8440607 or 14759039. OLE color: 14759039.

HSL color Cylindrical-coordinate representation of color #7F34E1: hue angle of 266.01º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F34E1 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12752225-
CMYK0.440.7700.12
HSL266.01º74.25%54.31%-
HSV(B)266.01º76.89%88.24%-
XYZ23.5712.472.39-
YUV94.15201.85151.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=31.44%
G=12.87%
B=55.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127522250.440.7700.12266.0174.2554.31
Hex7F34E12C4D0C10a4a36
Octal177643415411501441211266
Binary1111111110100111000011011001001101011001000010101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F34E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,52,225); }

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

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

 a { background-color: rgb(127,52,225); }

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

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

 span { border-color: rgb(127,52,225); }

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