Html Css Color HEX #551BC3 Purple Heart

📋 copy color: '#551BC3'

red 85 ◦ green 27 ◦ blue 195

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

Shades of Purple Heart #551BC3

Tints of Purple Heart #551BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 63.52%

R = 27.69%
G = 8.79%
B = 63.52%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#551BC3 (or 0x551BC3) is known color: Purple Heart. HEX triplet: 55, 1B and C3. RGB value is (85,27,195). Sum of RGB (Red+Green+Blue) = 85+27+195=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 195 (76.56% from 255 or 63.52% from 307); Max value from RGB is 195 - color contains mainly: blue. Hex color #551BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BC3 is #AAE43C. Grayscale: #3E3E3E. Windows color (decimal): -11199549 or 12786517. OLE color: 12786517.

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

Color convert

RGB 85 27 195 -
CMYK 0.56 0.86 0 0.24
HSL 260.71º 0.76% 0.44% -
HSV(B) 260.71º 0.86% 0.76% -
XYZ 13.99 6.66 52.18 -
YUV 63.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 85 27 195 0.56 0.86 0 0.24 260.71 0.76 0.44
Hex 55 1B C3 38 56 0 18 105 4C 2C
Octal 125 33 303 70 126 0 30 405 114 54
Binary 1010101 11011 11000011 111000 1010110 0 11000 100000101 1001100 101100

Color Harmonies of #551BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BC3

Black with #551BC3

Text Example


Text Example

White with #551BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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