#7430C5

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

Shades of Purple Heart #7430C5

Tints of Purple Heart #7430C5

Color information

#7430C5 (or 0x7430C5) is unknown color: approx Purple Heart. HEX triplet: 74, 30 and C5. RGB value is (116,48,197). Sum of RGB (Red+Green+Blue) = 116+48+197=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #7430C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430C5 is #8BCF3A. Grayscale: #545454. Windows color (decimal): -9162555 or 12922996. OLE color: 12922996.

HSL color Cylindrical-coordinate representation of color #7430C5: hue angle of 267.38º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7430C5 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11648197-
CMYK0.410.7600.23
HSL267.38º60.82%48.04%-
HSV(B)267.38º75.63%77.25%-
XYZ18.349.8653.76-
YUV85.32191.03149.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 197 (77.34% from 255) = 54.57%
R=32.13%
G=13.30%
B=54.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116481970.410.7600.23267.3860.8248.04
Hex7430C5294C01710b3d30
Octal16460305511140274137560
Binary1110100110000110001011010011001100010111100001011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7430C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7430C5; }

 p { color: rgb(116,48,197); }

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

<style>
 a { background-color: #7430C5; }

 a { background-color: rgb(116,48,197); }

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

<style>
 span { border-color: #7430C5; }

 span { border-color: rgb(116,48,197); }

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