#5825CC

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

Shades of Purple Heart #5825CC

Tints of Purple Heart #5825CC

Color information

#5825CC (or 0x5825CC) is unknown color: approx Purple Heart. HEX triplet: 58, 25 and CC. RGB value is (88,37,204). Sum of RGB (Red+Green+Blue) = 88+37+204=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #5825CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825CC is #A7DA33. Grayscale: #464646. Windows color (decimal): -11000372 or 13378904. OLE color: 13378904.

HSL color Cylindrical-coordinate representation of color #5825CC: hue angle of 258.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5825CC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8837204-
CMYK0.570.8200.2
HSL258.32º69.29%47.25%-
HSV(B)258.32º81.86%80%-
XYZ15.597.7657.8-
YUV71.29202.9139.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=26.75%
G=11.25%
B=62.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88372040.570.8200.2258.3269.2947.25
Hex5825CC3952014102452f
Octal130453147112202440210557
Binary10110001001011100110011100110100100101001000000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5825CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,37,204); }

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

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

 a { background-color: rgb(88,37,204); }

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

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

 span { border-color: rgb(88,37,204); }

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