#7435CC

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

Shades of Purple Heart #7435CC

Tints of Purple Heart #7435CC

Color information

#7435CC (or 0x7435CC) is unknown color: approx Purple Heart. HEX triplet: 74, 35 and CC. RGB value is (116,53,204). Sum of RGB (Red+Green+Blue) = 116+53+204=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #7435CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435CC is #8BCA33. Grayscale: #585858. Windows color (decimal): -9161268 or 13383028. OLE color: 13383028.

HSL color Cylindrical-coordinate representation of color #7435CC: hue angle of 265.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7435CC is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11653204-
CMYK0.430.7400.2
HSL265.03º59.68%50.39%-
HSV(B)265.03º74.02%80%-
XYZ19.3710.6258.16-
YUV89.05192.87147.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 204 (80.08% from 255) = 54.69%
R=31.10%
G=14.21%
B=54.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116532040.430.7400.2265.0359.6850.39
Hex7435CC2B4A0141093c32
Octal16465314531120244117462
Binary1110100110101110011001010111001010010100100001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7435CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7435CC; }

 p { color: rgb(116,53,204); }

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

<style>
 a { background-color: #7435CC; }

 a { background-color: rgb(116,53,204); }

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

<style>
 span { border-color: #7435CC; }

 span { border-color: rgb(116,53,204); }

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