Html Css Color HEX #5523BC Purple Heart

📋 copy color: '#5523BC'

red 85 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #5523BC

Tints of Purple Heart #5523BC

RGB

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

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

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

R = 27.6%
G = 11.36%
B = 61.04%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5523BC (or 0x5523BC) is known color: Purple Heart. HEX triplet: 55, 23 and BC. RGB value is (85,35,188). Sum of RGB (Red+Green+Blue) = 85+35+188=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #5523BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523BC is #AADC43. Grayscale: #424242. Windows color (decimal): -11197508 or 12329813. OLE color: 12329813.

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

Color convert

RGB 85 35 188 -
CMYK 0.55 0.81 0 0.26
HSL 259.61º 0.69% 0.44% -
HSV(B) 259.61º 0.81% 0.74% -
XYZ 13.42 6.76 48.18 -
YUV 67.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 85 35 188 0.55 0.81 0 0.26 259.61 0.69 0.44
Hex 55 23 BC 37 51 0 1A 104 45 2C
Octal 125 43 274 67 121 0 32 404 105 54
Binary 1010101 100011 10111100 110111 1010001 0 11010 100000100 1000101 101100

Color Harmonies of #5523BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523BC

Black with #5523BC

Text Example


Text Example

White with #5523BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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