#7217C8

Color #7217C8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7217C8

Tints of Purple Heart #7217C8

Color information

#7217C8 (or 0x7217C8) is unknown color: approx Purple Heart. HEX triplet: 72, 17 and C8. RGB value is (114,23,200). Sum of RGB (Red+Green+Blue) = 114+23+200=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 200 (78.52% from 255 or 59.35% from 337); Max value from RGB is 200 - color contains mainly: blue. Hex color #7217C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217C8 is #8DE837. Grayscale: #454545. Windows color (decimal): -9300024 or 13113202. OLE color: 13113202.

HSL color Cylindrical-coordinate representation of color #7217C8: hue angle of 270.85º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7217C8 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11423200-
CMYK0.430.8800.22
HSL270.85º79.37%43.73%-
HSV(B)270.85º88.5%78.43%-
XYZ17.678.3655.33-
YUV70.39201.15159.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 200 (78.52% from 255) = 59.35%
R=33.83%
G=6.82%
B=59.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114232000.430.8800.22270.8579.3743.73
Hex7217C82B5801610f4f2c
Octal162273105313002641711754
Binary1110010101111100100010101110110000101101000011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7217C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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