Html Css Color HEX #5530BA Purple Heart

📋 copy color: '#5530BA'

red 85 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5530BA

Tints of Purple Heart #5530BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 26.65%
G = 15.05%
B = 58.31%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5530BA (or 0x5530BA) is known color: Purple Heart. HEX triplet: 55, 30 and BA. RGB value is (85,48,186). Sum of RGB (Red+Green+Blue) = 85+48+186=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5530BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530BA is #AACF45. Grayscale: #4A4A4A. Windows color (decimal): -11194182 or 12202069. OLE color: 12202069.

HSL color Cylindrical-coordinate representation of color #5530BA: hue angle of 256.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5530BA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 48 186 -
CMYK 0.54 0.74 0 0.27
HSL 256.09º 0.59% 0.46% -
HSV(B) 256.09º 0.74% 0.73% -
XYZ 13.67 7.59 47.2 -
YUV 74.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 85 48 186 0.54 0.74 0 0.27 256.09 0.59 0.46
Hex 55 30 BA 36 4A 0 1B 100 3B 2E
Octal 125 60 272 66 112 0 33 400 73 56
Binary 1010101 110000 10111010 110110 1001010 0 11011 100000000 111011 101110

Color Harmonies of #5530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530BA

Black with #5530BA

Text Example


Text Example

White with #5530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5530BA; }

 p { color: rgb(85,48,186); }

 H1.HeaderClassName
 {
   color: #5530BA;
 }
 .AnyTagClassName
 {
   color: #5530BA;
 }
</style>

background-color css

<style>
 a { background-color: #5530BA; }

 a { background-color: rgb(85,48,186); }

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

border-color css

<style>
 span { border-color: #5530BA; }

 span { border-color: rgb(85,48,186); }

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