#7225C1

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

Shades of Purple Heart #7225C1

Tints of Purple Heart #7225C1

Color information

#7225C1 (or 0x7225C1) is unknown color: approx Purple Heart. HEX triplet: 72, 25 and C1. RGB value is (114,37,193). Sum of RGB (Red+Green+Blue) = 114+37+193=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #7225C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225C1 is #8DDA3E. Grayscale: #4D4D4D. Windows color (decimal): -9296447 or 12658034. OLE color: 12658034.

HSL color Cylindrical-coordinate representation of color #7225C1: hue angle of 269.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7225C1 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11437193-
CMYK0.410.8100.24
HSL269.62º67.83%45.1%-
HSV(B)269.62º80.83%75.69%-
XYZ17.238.7551.23-
YUV77.81193.01153.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 37 (14.84% from 255) = 10.76%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=33.14%
G=10.76%
B=56.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114371930.410.8100.24269.6267.8345.1
Hex7225C1295101810e442d
Octal162453015112103041610455
Binary11100101001011100000110100110100010110001000011101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7225C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7225C1; }

 p { color: rgb(114,37,193); }

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

<style>
 a { background-color: #7225C1; }

 a { background-color: rgb(114,37,193); }

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

<style>
 span { border-color: #7225C1; }

 span { border-color: rgb(114,37,193); }

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