Html Css Color HEX #5504BE Purple Heart

📋 copy color: '#5504BE'

red 85 ◦ green 4 ◦ blue 190

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

Shades of Purple Heart #5504BE

Tints of Purple Heart #5504BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 30.47%
G = 1.43%
B = 68.1%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5504BE (or 0x5504BE) is known color: Purple Heart. HEX triplet: 55, 04 and BE. RGB value is (85,4,190). Sum of RGB (Red+Green+Blue) = 85+4+190=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #5504BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504BE is #AAFB41. Grayscale: #303030. Windows color (decimal): -11205442 or 12452949. OLE color: 12452949.

HSL color Cylindrical-coordinate representation of color #5504BE: hue angle of 266.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504BE is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 4 190 -
CMYK 0.55 0.98 0 0.25
HSL 266.13º 0.96% 0.38% -
HSV(B) 266.13º 0.98% 0.75% -
XYZ 13.08 5.74 49.13 -
YUV 49.42 207.34 153.38 -
System Red Green Blue C M Y K H S L
Decimal 85 4 190 0.55 0.98 0 0.25 266.13 0.96 0.38
Hex 55 4 BE 37 62 0 19 10A 60 26
Octal 125 4 276 67 142 0 31 412 140 46
Binary 1010101 100 10111110 110111 1100010 0 11001 100001010 1100000 100110

Color Harmonies of #5504BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5504BE

Black with #5504BE

Text Example


Text Example

White with #5504BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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