#553DCD

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

Shades of Purple Heart #553DCD

Tints of Purple Heart #553DCD

Color information

#553DCD (or 0x553DCD) is unknown color: approx Purple Heart. HEX triplet: 55, 3D and CD. RGB value is (85,61,205). Sum of RGB (Red+Green+Blue) = 85+61+205=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #553DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DCD is #AAC232. Grayscale: #545454. Windows color (decimal): -11190835 or 13450581. OLE color: 13450581.

HSL color Cylindrical-coordinate representation of color #553DCD: hue angle of 250º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553DCD is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8561205-
CMYK0.590.7000.20
HSL250º59.02%52.16%-
HSV(B)250º70.24%80.39%-
XYZ16.439.6858.76-
YUV84.59195.95128.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=24.22%
G=17.38%
B=58.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85612050.590.7000.2025059.0252.16
Hex553DCD3B46014fa3b34
Octal12575315731060243727364
Binary101010111110111001101111011100011001010011111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553DCD; }

 p { color: rgb(85,61,205); }

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

<style>
 a { background-color: #553DCD; }

 a { background-color: rgb(85,61,205); }

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

<style>
 span { border-color: #553DCD; }

 span { border-color: rgb(85,61,205); }

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