Html Css Color HEX #551EC0 Purple Heart

📋 copy color: '#551EC0'

red 85 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #551EC0

Tints of Purple Heart #551EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 27.69%
G = 9.77%
B = 62.54%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#551EC0 (or 0x551EC0) is known color: Purple Heart. HEX triplet: 55, 1E and C0. RGB value is (85,30,192). Sum of RGB (Red+Green+Blue) = 85+30+192=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #551EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EC0 is #AAE13F. Grayscale: #404040. Windows color (decimal): -11198784 or 12590677. OLE color: 12590677.

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

Color convert

RGB 85 30 192 -
CMYK 0.56 0.84 0 0.25
HSL 260.37º 0.73% 0.44% -
HSV(B) 260.37º 0.84% 0.75% -
XYZ 13.73 6.67 50.43 -
YUV 64.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 85 30 192 0.56 0.84 0 0.25 260.37 0.73 0.44
Hex 55 1E C0 38 54 0 19 104 49 2C
Octal 125 36 300 70 124 0 31 404 111 54
Binary 1010101 11110 11000000 111000 1010100 0 11001 100000100 1001001 101100

Color Harmonies of #551EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EC0

Black with #551EC0

Text Example


Text Example

White with #551EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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