#7232C1

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

Shades of Purple Heart #7232C1

Tints of Purple Heart #7232C1

Color information

#7232C1 (or 0x7232C1) is unknown color: approx Purple Heart. HEX triplet: 72, 32 and C1. RGB value is (114,50,193). Sum of RGB (Red+Green+Blue) = 114+50+193=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #7232C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7232C1 is #8DCD3E. Grayscale: #545454. Windows color (decimal): -9293119 or 12661362. OLE color: 12661362.

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

Color convert

RGB11450193-
CMYK0.410.7400.24
HSL266.85º58.85%47.65%-
HSV(B)266.85º74.09%75.69%-
XYZ17.719.7151.39-
YUV85.44188.7148.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=31.93%
G=14.01%
B=54.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114501930.410.7400.24266.8558.8547.65
Hex7232C1294A01810b3b30
Octal16262301511120304137360
Binary1110010110010110000011010011001010011000100001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7232C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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