#7430CF

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

Shades of Purple Heart #7430CF

Tints of Purple Heart #7430CF

Color information

#7430CF (or 0x7430CF) is unknown color: approx Purple Heart. HEX triplet: 74, 30 and CF. RGB value is (116,48,207). Sum of RGB (Red+Green+Blue) = 116+48+207=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7430CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7430CF is #8BCF30. Grayscale: #555555. Windows color (decimal): -9162545 or 13578356. OLE color: 13578356.

HSL color Cylindrical-coordinate representation of color #7430CF: hue angle of 265.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7430CF is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11648207-
CMYK0.440.7700.19
HSL265.66º62.35%50%-
HSV(B)265.66º76.81%81.18%-
XYZ19.5210.3360-
YUV86.46196.03149.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 48 (19.14% from 255) = 12.94%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=31.27%
G=12.94%
B=55.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116482070.440.7700.19265.6662.3550
Hex7430CF2C4D01310a3e32
Octal16460317541150234127662
Binary1110100110000110011111011001001101010011100001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7430CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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