#5623CA

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

Shades of Purple Heart #5623CA

Tints of Purple Heart #5623CA

Color information

#5623CA (or 0x5623CA) is unknown color: approx Purple Heart. HEX triplet: 56, 23 and CA. RGB value is (86,35,202). Sum of RGB (Red+Green+Blue) = 86+35+202=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #5623CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5623CA is #A9DC35. Grayscale: #444444. Windows color (decimal): -11131958 or 13247318. OLE color: 13247318.

HSL color Cylindrical-coordinate representation of color #5623CA: hue angle of 258.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5623CA is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8635202-
CMYK0.570.8300.21
HSL258.32º70.46%46.47%-
HSV(B)258.32º82.67%79.22%-
XYZ15.17.4456.52-
YUV69.29202.9139.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=26.63%
G=10.84%
B=62.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86352020.570.8300.21258.3270.4646.47
Hex5623CA3953015102462e
Octal126433127112302540210656
Binary10101101000111100101011100110100110101011000000101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5623CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5623CA; }

 p { color: rgb(86,35,202); }

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

<style>
 a { background-color: #5623CA; }

 a { background-color: rgb(86,35,202); }

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

<style>
 span { border-color: #5623CA; }

 span { border-color: rgb(86,35,202); }

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