Html Css Color HEX #5504BF Purple Heart

📋 copy color: '#5504BF'

red 85 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #5504BF

Tints of Purple Heart #5504BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.21%

R = 30.36%
G = 1.43%
B = 68.21%

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

#5504BF (or 0x5504BF) is known color: Purple Heart. HEX triplet: 55, 04 and BF. RGB value is (85,4,191). Sum of RGB (Red+Green+Blue) = 85+4+191=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #5504BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504BF is #AAFB40. Grayscale: #303030. Windows color (decimal): -11205441 or 12518485. OLE color: 12518485.

HSL color Cylindrical-coordinate representation of color #5504BF: hue angle of 265.99º 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 #5504BF is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 4 191 -
CMYK 0.55 0.98 0 0.25
HSL 265.99º 0.96% 0.38% -
HSV(B) 265.99º 0.98% 0.75% -
XYZ 13.19 5.78 49.71 -
YUV 49.54 207.84 153.29 -
System Red Green Blue C M Y K H S L
Decimal 85 4 191 0.55 0.98 0 0.25 265.99 0.96 0.38
Hex 55 4 BF 37 62 0 19 10A 60 26
Octal 125 4 277 67 142 0 31 412 140 46
Binary 1010101 100 10111111 110111 1100010 0 11001 100001010 1100000 100110

Color Harmonies of #5504BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5504BF

Black with #5504BF

Text Example


Text Example

White with #5504BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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