Html Css Color HEX #551DCD Purple Heart

📋 copy color: '#551DCD'

red 85 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #551DCD

Tints of Purple Heart #551DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 26.65%
G = 9.09%
B = 64.26%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#551DCD (or 0x551DCD) is known color: Purple Heart. HEX triplet: 55, 1D and CD. RGB value is (85,29,205). Sum of RGB (Red+Green+Blue) = 85+29+205=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #551DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DCD is #AAE232. Grayscale: #414141. Windows color (decimal): -11199027 or 13442389. OLE color: 13442389.

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

Color convert

RGB 85 29 205 -
CMYK 0.59 0.86 0 0.20
HSL 259.09º 0.75% 0.46% -
HSV(B) 259.09º 0.86% 0.8% -
XYZ 15.21 7.22 58.35 -
YUV 65.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 85 29 205 0.59 0.86 0 0.20 259.09 0.75 0.46
Hex 55 1D CD 3B 56 0 14 103 4B 2E
Octal 125 35 315 73 126 0 24 403 113 56
Binary 1010101 11101 11001101 111011 1010110 0 10100 100000011 1001011 101110

Color Harmonies of #551DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DCD

Black with #551DCD

Text Example


Text Example

White with #551DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,205); }

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

background-color css

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

 a { background-color: rgb(85,29,205); }

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

border-color css

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

 span { border-color: rgb(85,29,205); }

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