Html Css Color HEX #5504D1 Purple Heart

📋 copy color: '#5504D1'

red 85 ◦ green 4 ◦ blue 209

#5504D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5504D1

Tints of Purple Heart #5504D1

RGB

 RED value IS 85 (33.59% from 255) = 28.52%

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 209 (82.03% from 255) = 70.13%

R = 28.52%
G = 1.34%
B = 70.13%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5504D1 (or 0x5504D1) is known color: Purple Heart. HEX triplet: 55, 04 and D1. RGB value is (85,4,209). Sum of RGB (Red+Green+Blue) = 85+4+209=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 209 (82.03% from 255 or 70.13% from 298); Max value from RGB is 209 - color contains mainly: blue. Hex color #5504D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504D1 is #AAFB2E. Grayscale: #323232. Windows color (decimal): -11205423 or 13698133. OLE color: 13698133.

HSL color Cylindrical-coordinate representation of color #5504D1: hue angle of 263.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504D1 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 4 209 -
CMYK 0.59 0.98 0 0.18
HSL 263.71º 0.96% 0.42% -
HSV(B) 263.71º 0.98% 0.82% -
XYZ 15.3 6.62 60.79 -
YUV 51.59 216.84 151.83 -
System Red Green Blue C M Y K H S L
Decimal 85 4 209 0.59 0.98 0 0.18 263.71 0.96 0.42
Hex 55 4 D1 3B 62 0 12 108 60 2A
Octal 125 4 321 73 142 0 22 410 140 52
Binary 1010101 100 11010001 111011 1100010 0 10010 100001000 1100000 101010

Color Harmonies of #5504D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5504D1

Black with #5504D1

Text Example


Text Example

White with #5504D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5504D1; }

 p { color: rgb(85,4,209); }

 H1.HeaderClassName
 {
   color: #5504D1;
 }
 .AnyTagClassName
 {
   color: #5504D1;
 }
</style>

background-color css

<style>
 a { background-color: #5504D1; }

 a { background-color: rgb(85,4,209); }

 div.DivClassName
 {
   background-color: #5504D1;
 }
 .BgClassName
 {
   background-color: #5504D1;
 }
</style>

border-color css

<style>
 span { border-color: #5504D1; }

 span { border-color: rgb(85,4,209); }

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