Html Css Color HEX #551CBC Purple Heart

📋 copy color: '#551CBC'

red 85 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #551CBC

Tints of Purple Heart #551CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 28.24%
G = 9.3%
B = 62.46%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#551CBC (or 0x551CBC) is known color: Purple Heart. HEX triplet: 55, 1C and BC. RGB value is (85,28,188). Sum of RGB (Red+Green+Blue) = 85+28+188=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #551CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CBC is #AAE343. Grayscale: #3E3E3E. Windows color (decimal): -11199300 or 12328021. OLE color: 12328021.

HSL color Cylindrical-coordinate representation of color #551CBC: hue angle of 261.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551CBC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 28 188 -
CMYK 0.55 0.85 0 0.26
HSL 261.38º 0.74% 0.42% -
HSV(B) 261.38º 0.85% 0.74% -
XYZ 13.24 6.39 48.11 -
YUV 63.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 85 28 188 0.55 0.85 0 0.26 261.38 0.74 0.42
Hex 55 1C BC 37 55 0 1A 105 4A 2A
Octal 125 34 274 67 125 0 32 405 112 52
Binary 1010101 11100 10111100 110111 1010101 0 11010 100000101 1001010 101010

Color Harmonies of #551CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CBC

Black with #551CBC

Text Example


Text Example

White with #551CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,188); }

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

background-color css

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

 a { background-color: rgb(85,28,188); }

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

border-color css

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

 span { border-color: rgb(85,28,188); }

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