#7217EA

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

Shades of Blue Violet #7217EA

Tints of Blue Violet #7217EA

Color information

#7217EA (or 0x7217EA) is unknown color: approx Blue Violet. HEX triplet: 72, 17 and EA. RGB value is (114,23,234). Sum of RGB (Red+Green+Blue) = 114+23+234=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7217EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7217EA is #8DE815. Grayscale: #494949. Windows color (decimal): -9299990 or 15341426. OLE color: 15341426.

HSL color Cylindrical-coordinate representation of color #7217EA: hue angle of 265.88º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7217EA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11423234-
CMYK0.510.9000.08
HSL265.88º83.4%50.39%-
HSV(B)265.88º90.17%91.76%-
XYZ22.110.1378.63-
YUV74.26218.15156.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 23 (9.38% from 255) = 6.20%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=30.73%
G=6.20%
B=63.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal114232340.510.9000.08265.8883.450.39
Hex7217EA335A0810a5332
Octal162273526313201041212362
Binary111001010111111010101100111011010010001000010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7217EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7217EA; }

 p { color: rgb(114,23,234); }

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

<style>
 a { background-color: #7217EA; }

 a { background-color: rgb(114,23,234); }

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

<style>
 span { border-color: #7217EA; }

 span { border-color: rgb(114,23,234); }

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