Html Css Color HEX #551FD2 Purple Heart

📋 copy color: '#551FD2'

red 85 ◦ green 31 ◦ blue 210

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

Shades of Purple Heart #551FD2

Tints of Purple Heart #551FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 64.42%

R = 26.07%
G = 9.51%
B = 64.42%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#551FD2 (or 0x551FD2) is known color: Purple Heart. HEX triplet: 55, 1F and D2. RGB value is (85,31,210). Sum of RGB (Red+Green+Blue) = 85+31+210=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 210 (82.42% from 255 or 64.42% from 326); Max value from RGB is 210 - color contains mainly: blue. Hex color #551FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FD2 is #AAE02D. Grayscale: #424242. Windows color (decimal): -11198510 or 13770581. OLE color: 13770581.

HSL color Cylindrical-coordinate representation of color #551FD2: hue angle of 258.1º 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 #551FD2 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 31 210 -
CMYK 0.60 0.85 0 0.18
HSL 258.1º 0.74% 0.47% -
HSV(B) 258.1º 0.85% 0.82% -
XYZ 15.87 7.56 61.6 -
YUV 67.55 208.39 140.45 -
System Red Green Blue C M Y K H S L
Decimal 85 31 210 0.60 0.85 0 0.18 258.1 0.74 0.47
Hex 55 1F D2 3C 55 0 12 102 4A 2F
Octal 125 37 322 74 125 0 22 402 112 57
Binary 1010101 11111 11010010 111100 1010101 0 10010 100000010 1001010 101111

Color Harmonies of #551FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FD2

Black with #551FD2

Text Example


Text Example

White with #551FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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