Html Css Color HEX #552EAD Purple Heart

📋 copy color: '#552EAD'

red 85 ◦ green 46 ◦ blue 173

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

Shades of Purple Heart #552EAD

Tints of Purple Heart #552EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 27.96%
G = 15.13%
B = 56.91%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#552EAD (or 0x552EAD) is known color: Purple Heart. HEX triplet: 55, 2E and AD. RGB value is (85,46,173). Sum of RGB (Red+Green+Blue) = 85+46+173=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #552EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552EAD is #AAD152. Grayscale: #474747. Windows color (decimal): -11194707 or 11349589. OLE color: 11349589.

HSL color Cylindrical-coordinate representation of color #552EAD: hue angle of 258.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552EAD is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 46 173 -
CMYK 0.51 0.73 0 0.32
HSL 258.43º 0.58% 0.43% -
HSV(B) 258.43º 0.73% 0.68% -
XYZ 12.27 6.9 40.22 -
YUV 72.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 85 46 173 0.51 0.73 0 0.32 258.43 0.58 0.43
Hex 55 2E AD 33 49 0 20 102 3A 2B
Octal 125 56 255 63 111 0 40 402 72 53
Binary 1010101 101110 10101101 110011 1001001 0 100000 100000010 111010 101011

Color Harmonies of #552EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EAD

Black with #552EAD

Text Example


Text Example

White with #552EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552EAD; }

 p { color: rgb(85,46,173); }

 H1.HeaderClassName
 {
   color: #552EAD;
 }
 .AnyTagClassName
 {
   color: #552EAD;
 }
</style>

background-color css

<style>
 a { background-color: #552EAD; }

 a { background-color: rgb(85,46,173); }

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

border-color css

<style>
 span { border-color: #552EAD; }

 span { border-color: rgb(85,46,173); }

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