#5735C4

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

Shades of Purple Heart #5735C4

Tints of Purple Heart #5735C4

Color information

#5735C4 (or 0x5735C4) is unknown color: approx Purple Heart. HEX triplet: 57, 35 and C4. RGB value is (87,53,196). Sum of RGB (Red+Green+Blue) = 87+53+196=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #5735C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735C4 is #A8CA3B. Grayscale: #4E4E4E. Windows color (decimal): -11061820 or 12858711. OLE color: 12858711.

HSL color Cylindrical-coordinate representation of color #5735C4: hue angle of 254.27º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5735C4 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8753196-
CMYK0.560.7300.23
HSL254.27º57.43%48.82%-
HSV(B)254.27º72.96%76.86%-
XYZ15.178.5653.08-
YUV79.47193.76133.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=25.89%
G=15.77%
B=58.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87531960.560.7300.23254.2757.4348.82
Hex5735C43849017fe3931
Octal12765304701110273767161
Binary101011111010111000100111000100100101011111111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5735C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5735C4; }

 p { color: rgb(87,53,196); }

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

<style>
 a { background-color: #5735C4; }

 a { background-color: rgb(87,53,196); }

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

<style>
 span { border-color: #5735C4; }

 span { border-color: rgb(87,53,196); }

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