Html Css Color HEX #552FAE Purple Heart

📋 copy color: '#552FAE'

red 85 ◦ green 47 ◦ blue 174

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

Shades of Purple Heart #552FAE

Tints of Purple Heart #552FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 27.78%
G = 15.36%
B = 56.86%

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

#552FAE (or 0x552FAE) is known color: Purple Heart. HEX triplet: 55, 2F and AE. RGB value is (85,47,174). Sum of RGB (Red+Green+Blue) = 85+47+174=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #552FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAE is #AAD051. Grayscale: #484848. Windows color (decimal): -11194450 or 11415381. OLE color: 11415381.

HSL color Cylindrical-coordinate representation of color #552FAE: hue angle of 257.95º degrees, saturation: 0.57, 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 #552FAE is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 47 174 -
CMYK 0.51 0.73 0 0.32
HSL 257.95º 0.57% 0.43% -
HSV(B) 257.95º 0.73% 0.68% -
XYZ 12.4 7.02 40.75 -
YUV 72.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 85 47 174 0.51 0.73 0 0.32 257.95 0.57 0.43
Hex 55 2F AE 33 49 0 20 102 39 2B
Octal 125 57 256 63 111 0 40 402 71 53
Binary 1010101 101111 10101110 110011 1001001 0 100000 100000010 111001 101011

Color Harmonies of #552FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FAE

Black with #552FAE

Text Example


Text Example

White with #552FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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