Html Css Color HEX #551FA7 Purple Heart

📋 copy color: '#551FA7'

red 85 ◦ green 31 ◦ blue 167

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

Shades of Purple Heart #551FA7

Tints of Purple Heart #551FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 59.01%

R = 30.04%
G = 10.95%
B = 59.01%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#551FA7 (or 0x551FA7) is known color: Purple Heart. HEX triplet: 55, 1F and A7. RGB value is (85,31,167). Sum of RGB (Red+Green+Blue) = 85+31+167=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #551FA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551FA7 is #AAE058. Grayscale: #3E3E3E. Windows color (decimal): -11198553 or 10952533. OLE color: 10952533.

HSL color Cylindrical-coordinate representation of color #551FA7: hue angle of 263.82º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551FA7 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 31 167 -
CMYK 0.49 0.81 0 0.35
HSL 263.82º 0.69% 0.39% -
HSV(B) 263.82º 0.81% 0.65% -
XYZ 11.21 5.7 37.07 -
YUV 62.65 186.89 143.94 -
System Red Green Blue C M Y K H S L
Decimal 85 31 167 0.49 0.81 0 0.35 263.82 0.69 0.39
Hex 55 1F A7 31 51 0 23 108 45 27
Octal 125 37 247 61 121 0 43 410 105 47
Binary 1010101 11111 10100111 110001 1010001 0 100011 100001000 1000101 100111

Color Harmonies of #551FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FA7

Black with #551FA7

Text Example


Text Example

White with #551FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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