Html Css Color HEX #551BA7 Purple Heart

📋 copy color: '#551BA7'

red 85 ◦ green 27 ◦ blue 167

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

Shades of Purple Heart #551BA7

Tints of Purple Heart #551BA7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

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

R = 30.47%
G = 9.68%
B = 59.86%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#551BA7 (or 0x551BA7) is known color: Purple Heart. HEX triplet: 55, 1B and A7. RGB value is (85,27,167). Sum of RGB (Red+Green+Blue) = 85+27+167=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #551BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BA7 is #AAE458. Grayscale: #3B3B3B. Windows color (decimal): -11199577 or 10951509. OLE color: 10951509.

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

Color convert

RGB 85 27 167 -
CMYK 0.49 0.84 0 0.35
HSL 264.86º 0.72% 0.38% -
HSV(B) 264.86º 0.84% 0.65% -
XYZ 11.11 5.51 37.04 -
YUV 60.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 85 27 167 0.49 0.84 0 0.35 264.86 0.72 0.38
Hex 55 1B A7 31 54 0 23 109 48 26
Octal 125 33 247 61 124 0 43 411 110 46
Binary 1010101 11011 10100111 110001 1010100 0 100011 100001001 1001000 100110

Color Harmonies of #551BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BA7

Black with #551BA7

Text Example


Text Example

White with #551BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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