#7212E1

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

Shades of Blue Violet #7212E1

Tints of Blue Violet #7212E1

Color information

#7212E1 (or 0x7212E1) is unknown color: approx Blue Violet. HEX triplet: 72, 12 and E1. RGB value is (114,18,225). Sum of RGB (Red+Green+Blue) = 114+18+225=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #7212E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212E1 is #8DED1E. Grayscale: #454545. Windows color (decimal): -9301279 or 14750322. OLE color: 14750322.

HSL color Cylindrical-coordinate representation of color #7212E1: hue angle of 267.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7212E1 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11418225-
CMYK0.490.9200.12
HSL267.83º85.19%47.65%-
HSV(B)267.83º92%88.24%-
XYZ20.759.4571.96-
YUV70.3215.3159.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 18 (7.42% from 255) = 5.04%
BLUE value IS 225 (88.28% from 255) = 63.03%
R=31.93%
G=5.04%
B=63.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114182250.490.9200.12267.8385.1947.65
Hex7212E1315C0C10c5530
Octal162223416113401441412560
Binary111001010010111000011100011011100011001000011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7212E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7212E1; }

 p { color: rgb(114,18,225); }

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

<style>
 a { background-color: #7212E1; }

 a { background-color: rgb(114,18,225); }

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

<style>
 span { border-color: #7212E1; }

 span { border-color: rgb(114,18,225); }

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