#7229EE

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

Shades of Blue Violet #7229EE

Tints of Blue Violet #7229EE

Color information

#7229EE (or 0x7229EE) is unknown color: approx Blue Violet. HEX triplet: 72, 29 and EE. RGB value is (114,41,238). Sum of RGB (Red+Green+Blue) = 114+41+238=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #7229EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7229EE is #8DD611. Grayscale: #545454. Windows color (decimal): -9295378 or 15608178. OLE color: 15608178.

HSL color Cylindrical-coordinate representation of color #7229EE: hue angle of 262.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7229EE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11441238-
CMYK0.520.8300.07
HSL262.23º85.28%54.71%-
HSV(B)262.23º82.77%93.33%-
XYZ23.1611.3481.86-
YUV85.28214.18148.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 41 (16.41% from 255) = 10.43%
BLUE value IS 238 (93.36% from 255) = 60.56%
R=29.01%
G=10.43%
B=60.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal114412380.520.8300.07262.2385.2854.71
Hex7229EE3453071065537
Octal16251356641230740612567
Binary111001010100111101110110100101001101111000001101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7229EE; }

 p { color: rgb(114,41,238); }

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

<style>
 a { background-color: #7229EE; }

 a { background-color: rgb(114,41,238); }

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

<style>
 span { border-color: #7229EE; }

 span { border-color: rgb(114,41,238); }

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