Html Css Color HEX #5521BC Purple Heart

📋 copy color: '#5521BC'

red 85 ◦ green 33 ◦ blue 188

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

Shades of Purple Heart #5521BC

Tints of Purple Heart #5521BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 27.78%
G = 10.78%
B = 61.44%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5521BC (or 0x5521BC) is known color: Purple Heart. HEX triplet: 55, 21 and BC. RGB value is (85,33,188). Sum of RGB (Red+Green+Blue) = 85+33+188=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #5521BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5521BC is #AADE43. Grayscale: #414141. Windows color (decimal): -11198020 or 12329301. OLE color: 12329301.

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

Color convert

RGB 85 33 188 -
CMYK 0.55 0.82 0 0.26
HSL 260.13º 0.7% 0.43% -
HSV(B) 260.13º 0.82% 0.74% -
XYZ 13.37 6.65 48.16 -
YUV 66.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 85 33 188 0.55 0.82 0 0.26 260.13 0.7 0.43
Hex 55 21 BC 37 52 0 1A 104 46 2B
Octal 125 41 274 67 122 0 32 404 106 53
Binary 1010101 100001 10111100 110111 1010010 0 11010 100000100 1000110 101011

Color Harmonies of #5521BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5521BC

Black with #5521BC

Text Example


Text Example

White with #5521BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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