Html Css Color HEX #551CCE Purple Heart

📋 copy color: '#551CCE'

red 85 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #551CCE

Tints of Purple Heart #551CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 26.65%
G = 8.78%
B = 64.58%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#551CCE (or 0x551CCE) is known color: Purple Heart. HEX triplet: 55, 1C and CE. RGB value is (85,28,206). Sum of RGB (Red+Green+Blue) = 85+28+206=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #551CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CCE is #AAE331. Grayscale: #404040. Windows color (decimal): -11199282 or 13507669. OLE color: 13507669.

HSL color Cylindrical-coordinate representation of color #551CCE: hue angle of 259.21º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551CCE is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 28 206 -
CMYK 0.59 0.86 0 0.19
HSL 259.21º 0.76% 0.46% -
HSV(B) 259.21º 0.86% 0.81% -
XYZ 15.3 7.22 58.98 -
YUV 65.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 85 28 206 0.59 0.86 0 0.19 259.21 0.76 0.46
Hex 55 1C CE 3B 56 0 13 103 4C 2E
Octal 125 34 316 73 126 0 23 403 114 56
Binary 1010101 11100 11001110 111011 1010110 0 10011 100000011 1001100 101110

Color Harmonies of #551CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CCE

Black with #551CCE

Text Example


Text Example

White with #551CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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