Html Css Color HEX #551DAF Purple Heart

📋 copy color: '#551DAF'

red 85 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #551DAF

Tints of Purple Heart #551DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 29.41%
G = 10.03%
B = 60.55%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#551DAF (or 0x551DAF) is known color: Purple Heart. HEX triplet: 55, 1D and AF. RGB value is (85,29,175). Sum of RGB (Red+Green+Blue) = 85+29+175=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #551DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551DAF is #AAE250. Grayscale: #3D3D3D. Windows color (decimal): -11199057 or 11476309. OLE color: 11476309.

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

Color convert

RGB 85 29 175 -
CMYK 0.51 0.83 0 0.31
HSL 263.01º 0.72% 0.4% -
HSV(B) 263.01º 0.83% 0.69% -
XYZ 11.92 5.91 41.07 -
YUV 62.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 85 29 175 0.51 0.83 0 0.31 263.01 0.72 0.4
Hex 55 1D AF 33 53 0 1F 107 48 28
Octal 125 35 257 63 123 0 37 407 110 50
Binary 1010101 11101 10101111 110011 1010011 0 11111 100000111 1001000 101000

Color Harmonies of #551DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DAF

Black with #551DAF

Text Example


Text Example

White with #551DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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