Html Css Color HEX #5530BC Purple Heart

📋 copy color: '#5530BC'

red 85 ◦ green 48 ◦ blue 188

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

Shades of Purple Heart #5530BC

Tints of Purple Heart #5530BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 26.48%
G = 14.95%
B = 58.57%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5530BC (or 0x5530BC) is known color: Purple Heart. HEX triplet: 55, 30 and BC. RGB value is (85,48,188). Sum of RGB (Red+Green+Blue) = 85+48+188=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5530BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5530BC is #AACF43. Grayscale: #4A4A4A. Windows color (decimal): -11194180 or 12333141. OLE color: 12333141.

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

Color convert

RGB 85 48 188 -
CMYK 0.55 0.74 0 0.26
HSL 255.86º 0.59% 0.46% -
HSV(B) 255.86º 0.74% 0.74% -
XYZ 13.88 7.68 48.33 -
YUV 75.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 85 48 188 0.55 0.74 0 0.26 255.86 0.59 0.46
Hex 55 30 BC 37 4A 0 1A 100 3B 2E
Octal 125 60 274 67 112 0 32 400 73 56
Binary 1010101 110000 10111100 110111 1001010 0 11010 100000000 111011 101110

Color Harmonies of #5530BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5530BC

Black with #5530BC

Text Example


Text Example

White with #5530BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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