Html Css Color HEX #5532BF Purple Heart

📋 copy color: '#5532BF'

red 85 ◦ green 50 ◦ blue 191

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

Shades of Purple Heart #5532BF

Tints of Purple Heart #5532BF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 26.07%
G = 15.34%
B = 58.59%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5532BF (or 0x5532BF) is known color: Purple Heart. HEX triplet: 55, 32 and BF. RGB value is (85,50,191). Sum of RGB (Red+Green+Blue) = 85+50+191=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #5532BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5532BF is #AACD40. Grayscale: #4C4C4C. Windows color (decimal): -11193665 or 12530261. OLE color: 12530261.

HSL color Cylindrical-coordinate representation of color #5532BF: hue angle of 254.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5532BF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 50 191 -
CMYK 0.55 0.74 0 0.25
HSL 254.89º 0.59% 0.47% -
HSV(B) 254.89º 0.74% 0.75% -
XYZ 14.29 7.97 50.08 -
YUV 76.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 85 50 191 0.55 0.74 0 0.25 254.89 0.59 0.47
Hex 55 32 BF 37 4A 0 19 FF 3B 2F
Octal 125 62 277 67 112 0 31 377 73 57
Binary 1010101 110010 10111111 110111 1001010 0 11001 11111111 111011 101111

Color Harmonies of #5532BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5532BF

Black with #5532BF

Text Example


Text Example

White with #5532BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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