Html Css Color HEX #553AAE Purple Heart

📋 copy color: '#553AAE'

red 85 ◦ green 58 ◦ blue 174

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

Shades of Purple Heart #553AAE

Tints of Purple Heart #553AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 26.81%
G = 18.3%
B = 54.89%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#553AAE (or 0x553AAE) is known color: Purple Heart. HEX triplet: 55, 3A and AE. RGB value is (85,58,174). Sum of RGB (Red+Green+Blue) = 85+58+174=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #553AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553AAE is #AAC551. Grayscale: #4E4E4E. Windows color (decimal): -11191634 or 11418197. OLE color: 11418197.

HSL color Cylindrical-coordinate representation of color #553AAE: hue angle of 253.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553AAE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 58 174 -
CMYK 0.51 0.67 0 0.32
HSL 253.97º 0.5% 0.45% -
HSV(B) 253.97º 0.67% 0.68% -
XYZ 12.9 8.01 40.91 -
YUV 79.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 85 58 174 0.51 0.67 0 0.32 253.97 0.5 0.45
Hex 55 3A AE 33 43 0 20 FE 32 2D
Octal 125 72 256 63 103 0 40 376 62 55
Binary 1010101 111010 10101110 110011 1000011 0 100000 11111110 110010 101101

Color Harmonies of #553AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553AAE

Black with #553AAE

Text Example


Text Example

White with #553AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553AAE; }

 p { color: rgb(85,58,174); }

 H1.HeaderClassName
 {
   color: #553AAE;
 }
 .AnyTagClassName
 {
   color: #553AAE;
 }
</style>

background-color css

<style>
 a { background-color: #553AAE; }

 a { background-color: rgb(85,58,174); }

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

border-color css

<style>
 span { border-color: #553AAE; }

 span { border-color: rgb(85,58,174); }

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