Html Css Color HEX #551CC9 Purple Heart

📋 copy color: '#551CC9'

red 85 ◦ green 28 ◦ blue 201

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

Shades of Purple Heart #551CC9

Tints of Purple Heart #551CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.01%

R = 27.07%
G = 8.92%
B = 64.01%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#551CC9 (or 0x551CC9) is known color: Purple Heart. HEX triplet: 55, 1C and C9. RGB value is (85,28,201). Sum of RGB (Red+Green+Blue) = 85+28+201=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #551CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CC9 is #AAE336. Grayscale: #404040. Windows color (decimal): -11199287 or 13179989. OLE color: 13179989.

HSL color Cylindrical-coordinate representation of color #551CC9: hue angle of 259.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551CC9 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 28 201 -
CMYK 0.58 0.86 0 0.21
HSL 259.77º 0.76% 0.45% -
HSV(B) 259.77º 0.86% 0.79% -
XYZ 14.7 6.98 55.83 -
YUV 64.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 85 28 201 0.58 0.86 0 0.21 259.77 0.76 0.45
Hex 55 1C C9 3A 56 0 15 104 4C 2D
Octal 125 34 311 72 126 0 25 404 114 55
Binary 1010101 11100 11001001 111010 1010110 0 10101 100000100 1001100 101101

Color Harmonies of #551CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CC9

Black with #551CC9

Text Example


Text Example

White with #551CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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