Html Css Color HEX #5522BA Purple Heart

📋 copy color: '#5522BA'

red 85 ◦ green 34 ◦ blue 186

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

Shades of Purple Heart #5522BA

Tints of Purple Heart #5522BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 27.87%
G = 11.15%
B = 60.98%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5522BA (or 0x5522BA) is known color: Purple Heart. HEX triplet: 55, 22 and BA. RGB value is (85,34,186). Sum of RGB (Red+Green+Blue) = 85+34+186=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #5522BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522BA is #AADD45. Grayscale: #424242. Windows color (decimal): -11197766 or 12198485. OLE color: 12198485.

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

Color convert

RGB 85 34 186 -
CMYK 0.54 0.82 0 0.27
HSL 260.13º 0.69% 0.43% -
HSV(B) 260.13º 0.82% 0.73% -
XYZ 13.18 6.62 47.04 -
YUV 66.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 85 34 186 0.54 0.82 0 0.27 260.13 0.69 0.43
Hex 55 22 BA 36 52 0 1B 104 45 2B
Octal 125 42 272 66 122 0 33 404 105 53
Binary 1010101 100010 10111010 110110 1010010 0 11011 100000100 1000101 101011

Color Harmonies of #5522BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5522BA

Black with #5522BA

Text Example


Text Example

White with #5522BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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