Html Css Color HEX #551BC0 Purple Heart

📋 copy color: '#551BC0'

red 85 ◦ green 27 ◦ blue 192

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

Shades of Purple Heart #551BC0

Tints of Purple Heart #551BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 27.96%
G = 8.88%
B = 63.16%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#551BC0 (or 0x551BC0) is known color: Purple Heart. HEX triplet: 55, 1B and C0. RGB value is (85,27,192). Sum of RGB (Red+Green+Blue) = 85+27+192=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #551BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BC0 is #AAE43F. Grayscale: #3E3E3E. Windows color (decimal): -11199552 or 12589909. OLE color: 12589909.

HSL color Cylindrical-coordinate representation of color #551BC0: hue angle of 261.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551BC0 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 27 192 -
CMYK 0.56 0.86 0 0.25
HSL 261.09º 0.75% 0.43% -
HSV(B) 261.09º 0.86% 0.75% -
XYZ 13.65 6.52 50.41 -
YUV 63.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 85 27 192 0.56 0.86 0 0.25 261.09 0.75 0.43
Hex 55 1B C0 38 56 0 19 105 4B 2B
Octal 125 33 300 70 126 0 31 405 113 53
Binary 1010101 11011 11000000 111000 1010110 0 11001 100000101 1001011 101011

Color Harmonies of #551BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BC0

Black with #551BC0

Text Example


Text Example

White with #551BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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