Html Css Color HEX #551FD1 Purple Heart

📋 copy color: '#551FD1'

red 85 ◦ green 31 ◦ blue 209

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

Shades of Purple Heart #551FD1

Tints of Purple Heart #551FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.31%

R = 26.15%
G = 9.54%
B = 64.31%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#551FD1 (or 0x551FD1) is known color: Purple Heart. HEX triplet: 55, 1F and D1. RGB value is (85,31,209). Sum of RGB (Red+Green+Blue) = 85+31+209=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #551FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FD1 is #AAE02E. Grayscale: #424242. Windows color (decimal): -11198511 or 13705045. OLE color: 13705045.

HSL color Cylindrical-coordinate representation of color #551FD1: hue angle of 258.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551FD1 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 31 209 -
CMYK 0.59 0.85 0 0.18
HSL 258.2º 0.74% 0.47% -
HSV(B) 258.2º 0.85% 0.82% -
XYZ 15.74 7.51 60.94 -
YUV 67.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 85 31 209 0.59 0.85 0 0.18 258.2 0.74 0.47
Hex 55 1F D1 3B 55 0 12 102 4A 2F
Octal 125 37 321 73 125 0 22 402 112 57
Binary 1010101 11111 11010001 111011 1010101 0 10010 100000010 1001010 101111

Color Harmonies of #551FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FD1

Black with #551FD1

Text Example


Text Example

White with #551FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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