Html Css Color HEX #5523BF Purple Heart

📋 copy color: '#5523BF'

red 85 ◦ green 35 ◦ blue 191

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

Shades of Purple Heart #5523BF

Tints of Purple Heart #5523BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.41%

R = 27.33%
G = 11.25%
B = 61.41%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5523BF (or 0x5523BF) is known color: Purple Heart. HEX triplet: 55, 23 and BF. RGB value is (85,35,191). Sum of RGB (Red+Green+Blue) = 85+35+191=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #5523BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523BF is #AADC40. Grayscale: #434343. Windows color (decimal): -11197505 or 12526421. OLE color: 12526421.

HSL color Cylindrical-coordinate representation of color #5523BF: hue angle of 259.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5523BF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 35 191 -
CMYK 0.55 0.82 0 0.25
HSL 259.23º 0.69% 0.44% -
HSV(B) 259.23º 0.82% 0.75% -
XYZ 13.75 6.89 49.9 -
YUV 67.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 85 35 191 0.55 0.82 0 0.25 259.23 0.69 0.44
Hex 55 23 BF 37 52 0 19 103 45 2C
Octal 125 43 277 67 122 0 31 403 105 54
Binary 1010101 100011 10111111 110111 1010010 0 11001 100000011 1000101 101100

Color Harmonies of #5523BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523BF

Black with #5523BF

Text Example


Text Example

White with #5523BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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