Html Css Color HEX #551CA4 Purple Heart

📋 copy color: '#551CA4'

red 85 ◦ green 28 ◦ blue 164

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

Shades of Purple Heart #551CA4

Tints of Purple Heart #551CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.11%

 BLUE value IS 164 (64.45% from 255) = 59.21%

R = 30.69%
G = 10.11%
B = 59.21%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#551CA4 (or 0x551CA4) is known color: Purple Heart. HEX triplet: 55, 1C and A4. RGB value is (85,28,164). Sum of RGB (Red+Green+Blue) = 85+28+164=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #551CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551CA4 is #AAE35B. Grayscale: #3C3C3C. Windows color (decimal): -11199324 or 10755157. OLE color: 10755157.

HSL color Cylindrical-coordinate representation of color #551CA4: hue angle of 265.15º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551CA4 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 28 164 -
CMYK 0.48 0.83 0 0.36
HSL 265.15º 0.71% 0.38% -
HSV(B) 265.15º 0.83% 0.64% -
XYZ 10.86 5.44 35.6 -
YUV 60.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 85 28 164 0.48 0.83 0 0.36 265.15 0.71 0.38
Hex 55 1C A4 30 53 0 24 109 47 26
Octal 125 34 244 60 123 0 44 411 107 46
Binary 1010101 11100 10100100 110000 1010011 0 100100 100001001 1000111 100110

Color Harmonies of #551CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CA4

Black with #551CA4

Text Example


Text Example

White with #551CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,164); }

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

background-color css

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

 a { background-color: rgb(85,28,164); }

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

border-color css

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

 span { border-color: rgb(85,28,164); }

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