Html Css Color HEX #551EC9 Purple Heart

📋 copy color: '#551EC9'

red 85 ◦ green 30 ◦ blue 201

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

Shades of Purple Heart #551EC9

Tints of Purple Heart #551EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

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

R = 26.9%
G = 9.49%
B = 63.61%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#551EC9 (or 0x551EC9) is known color: Purple Heart. HEX triplet: 55, 1E and C9. RGB value is (85,30,201). Sum of RGB (Red+Green+Blue) = 85+30+201=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #551EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EC9 is #AAE136. Grayscale: #414141. Windows color (decimal): -11198775 or 13180501. OLE color: 13180501.

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

Color convert

RGB 85 30 201 -
CMYK 0.58 0.85 0 0.21
HSL 259.3º 0.74% 0.45% -
HSV(B) 259.3º 0.85% 0.79% -
XYZ 14.75 7.08 55.85 -
YUV 65.94 204.22 141.6 -
System Red Green Blue C M Y K H S L
Decimal 85 30 201 0.58 0.85 0 0.21 259.3 0.74 0.45
Hex 55 1E C9 3A 55 0 15 103 4A 2D
Octal 125 36 311 72 125 0 25 403 112 55
Binary 1010101 11110 11001001 111010 1010101 0 10101 100000011 1001010 101101

Color Harmonies of #551EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EC9

Black with #551EC9

Text Example


Text Example

White with #551EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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