Html Css Color HEX #5540BC Purple Heart

📋 copy color: '#5540BC'

red 85 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5540BC

Tints of Purple Heart #5540BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 25.22%
G = 18.99%
B = 55.79%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5540BC (or 0x5540BC) is known color: Purple Heart. HEX triplet: 55, 40 and BC. RGB value is (85,64,188). Sum of RGB (Red+Green+Blue) = 85+64+188=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5540BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5540BC is #AABF43. Grayscale: #535353. Windows color (decimal): -11190084 or 12337237. OLE color: 12337237.

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

Color convert

RGB 85 64 188 -
CMYK 0.55 0.66 0 0.26
HSL 250.16º 0.49% 0.49% -
HSV(B) 250.16º 0.66% 0.74% -
XYZ 14.66 9.23 48.59 -
YUV 84.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 85 64 188 0.55 0.66 0 0.26 250.16 0.49 0.49
Hex 55 40 BC 37 42 0 1A FA 31 31
Octal 125 100 274 67 102 0 32 372 61 61
Binary 1010101 1000000 10111100 110111 1000010 0 11010 11111010 110001 110001

Color Harmonies of #5540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5540BC

Black with #5540BC

Text Example


Text Example

White with #5540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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