Html Css Color HEX #552DAE Purple Heart

📋 copy color: '#552DAE'

red 85 ◦ green 45 ◦ blue 174

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

Shades of Purple Heart #552DAE

Tints of Purple Heart #552DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 27.96%
G = 14.8%
B = 57.24%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#552DAE (or 0x552DAE) is known color: Purple Heart. HEX triplet: 55, 2D and AE. RGB value is (85,45,174). Sum of RGB (Red+Green+Blue) = 85+45+174=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #552DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DAE is #AAD251. Grayscale: #474747. Windows color (decimal): -11194962 or 11414869. OLE color: 11414869.

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

Color convert

RGB 85 45 174 -
CMYK 0.51 0.74 0 0.32
HSL 258.6º 0.59% 0.43% -
HSV(B) 258.6º 0.74% 0.68% -
XYZ 12.32 6.86 40.72 -
YUV 71.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 85 45 174 0.51 0.74 0 0.32 258.6 0.59 0.43
Hex 55 2D AE 33 4A 0 20 103 3B 2B
Octal 125 55 256 63 112 0 40 403 73 53
Binary 1010101 101101 10101110 110011 1001010 0 100000 100000011 111011 101011

Color Harmonies of #552DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DAE

Black with #552DAE

Text Example


Text Example

White with #552DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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