Html Css Color HEX #5523BA Purple Heart

📋 copy color: '#5523BA'

red 85 ◦ green 35 ◦ blue 186

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

Shades of Purple Heart #5523BA

Tints of Purple Heart #5523BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 27.78%
G = 11.44%
B = 60.78%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5523BA (or 0x5523BA) is known color: Purple Heart. HEX triplet: 55, 23 and BA. RGB value is (85,35,186). Sum of RGB (Red+Green+Blue) = 85+35+186=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #5523BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523BA is #AADC45. Grayscale: #424242. Windows color (decimal): -11197510 or 12198741. OLE color: 12198741.

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

Color convert

RGB 85 35 186 -
CMYK 0.54 0.81 0 0.27
HSL 259.87º 0.68% 0.43% -
HSV(B) 259.87º 0.81% 0.73% -
XYZ 13.21 6.68 47.05 -
YUV 67.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 85 35 186 0.54 0.81 0 0.27 259.87 0.68 0.43
Hex 55 23 BA 36 51 0 1B 104 44 2B
Octal 125 43 272 66 121 0 33 404 104 53
Binary 1010101 100011 10111010 110110 1010001 0 11011 100000100 1000100 101011

Color Harmonies of #5523BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523BA

Black with #5523BA

Text Example


Text Example

White with #5523BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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