Html Css Color HEX #551ECA Purple Heart

📋 copy color: '#551ECA'

red 85 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #551ECA

Tints of Purple Heart #551ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.72%

R = 26.81%
G = 9.46%
B = 63.72%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#551ECA (or 0x551ECA) is known color: Purple Heart. HEX triplet: 55, 1E and CA. RGB value is (85,30,202). Sum of RGB (Red+Green+Blue) = 85+30+202=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #551ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECA is #AAE135. Grayscale: #414141. Windows color (decimal): -11198774 or 13246037. OLE color: 13246037.

HSL color Cylindrical-coordinate representation of color #551ECA: hue angle of 259.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551ECA is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 30 202 -
CMYK 0.58 0.85 0 0.21
HSL 259.19º 0.74% 0.45% -
HSV(B) 259.19º 0.85% 0.79% -
XYZ 14.87 7.12 56.47 -
YUV 66.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 85 30 202 0.58 0.85 0 0.21 259.19 0.74 0.45
Hex 55 1E CA 3A 55 0 15 103 4A 2D
Octal 125 36 312 72 125 0 25 403 112 55
Binary 1010101 11110 11001010 111010 1010101 0 10101 100000011 1001010 101101

Color Harmonies of #551ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551ECA

Black with #551ECA

Text Example


Text Example

White with #551ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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