Html Css Color HEX #551DAE Purple Heart

📋 copy color: '#551DAE'

red 85 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #551DAE

Tints of Purple Heart #551DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 29.51%
G = 10.07%
B = 60.42%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#551DAE (or 0x551DAE) is known color: Purple Heart. HEX triplet: 55, 1D and AE. RGB value is (85,29,174). Sum of RGB (Red+Green+Blue) = 85+29+174=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #551DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551DAE is #AAE251. Grayscale: #3D3D3D. Windows color (decimal): -11199058 or 11410773. OLE color: 11410773.

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

Color convert

RGB 85 29 174 -
CMYK 0.51 0.83 0 0.32
HSL 263.17º 0.71% 0.4% -
HSV(B) 263.17º 0.83% 0.68% -
XYZ 11.83 5.87 40.55 -
YUV 62.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 85 29 174 0.51 0.83 0 0.32 263.17 0.71 0.4
Hex 55 1D AE 33 53 0 20 107 47 28
Octal 125 35 256 63 123 0 40 407 107 50
Binary 1010101 11101 10101110 110011 1010011 0 100000 100000111 1000111 101000

Color Harmonies of #551DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DAE

Black with #551DAE

Text Example


Text Example

White with #551DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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