Html Css Color HEX #551FC9 Purple Heart

📋 copy color: '#551FC9'

red 85 ◦ green 31 ◦ blue 201

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

Shades of Purple Heart #551FC9

Tints of Purple Heart #551FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

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

R = 26.81%
G = 9.78%
B = 63.41%

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

#551FC9 (or 0x551FC9) is known color: Purple Heart. HEX triplet: 55, 1F and C9. RGB value is (85,31,201). Sum of RGB (Red+Green+Blue) = 85+31+201=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #551FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FC9 is #AAE036. Grayscale: #414141. Windows color (decimal): -11198519 or 13180757. OLE color: 13180757.

HSL color Cylindrical-coordinate representation of color #551FC9: hue angle of 259.06º degrees, saturation: 0.73, 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 #551FC9 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 31 201 -
CMYK 0.58 0.85 0 0.21
HSL 259.06º 0.73% 0.45% -
HSV(B) 259.06º 0.85% 0.79% -
XYZ 14.78 7.13 55.86 -
YUV 66.53 203.89 141.18 -
System Red Green Blue C M Y K H S L
Decimal 85 31 201 0.58 0.85 0 0.21 259.06 0.73 0.45
Hex 55 1F C9 3A 55 0 15 103 49 2D
Octal 125 37 311 72 125 0 25 403 111 55
Binary 1010101 11111 11001001 111010 1010101 0 10101 100000011 1001001 101101

Color Harmonies of #551FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FC9

Black with #551FC9

Text Example


Text Example

White with #551FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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