Html Css Color HEX #5534AB Purple Heart

📋 copy color: '#5534AB'

red 85 ◦ green 52 ◦ blue 171

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

Shades of Purple Heart #5534AB

Tints of Purple Heart #5534AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 27.6%
G = 16.88%
B = 55.52%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5534AB (or 0x5534AB) is known color: Purple Heart. HEX triplet: 55, 34 and AB. RGB value is (85,52,171). Sum of RGB (Red+Green+Blue) = 85+52+171=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #5534AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5534AB is #AACB54. Grayscale: #4A4A4A. Windows color (decimal): -11193173 or 11220053. OLE color: 11220053.

HSL color Cylindrical-coordinate representation of color #5534AB: hue angle of 256.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5534AB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 52 171 -
CMYK 0.50 0.70 0 0.33
HSL 256.64º 0.53% 0.44% -
HSV(B) 256.64º 0.7% 0.67% -
XYZ 12.32 7.33 39.29 -
YUV 75.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 85 52 171 0.50 0.70 0 0.33 256.64 0.53 0.44
Hex 55 34 AB 32 46 0 21 101 35 2C
Octal 125 64 253 62 106 0 41 401 65 54
Binary 1010101 110100 10101011 110010 1000110 0 100001 100000001 110101 101100

Color Harmonies of #5534AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5534AB

Black with #5534AB

Text Example


Text Example

White with #5534AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5534AB; }

 p { color: rgb(85,52,171); }

 H1.HeaderClassName
 {
   color: #5534AB;
 }
 .AnyTagClassName
 {
   color: #5534AB;
 }
</style>

background-color css

<style>
 a { background-color: #5534AB; }

 a { background-color: rgb(85,52,171); }

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

border-color css

<style>
 span { border-color: #5534AB; }

 span { border-color: rgb(85,52,171); }

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