Html Css Color HEX #551DCE Purple Heart

📋 copy color: '#551DCE'

red 85 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #551DCE

Tints of Purple Heart #551DCE

RGB

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

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

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

R = 26.56%
G = 9.06%
B = 64.38%

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

#551DCE (or 0x551DCE) is known color: Purple Heart. HEX triplet: 55, 1D and CE. RGB value is (85,29,206). Sum of RGB (Red+Green+Blue) = 85+29+206=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #551DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DCE is #AAE231. Grayscale: #414141. Windows color (decimal): -11199026 or 13507925. OLE color: 13507925.

HSL color Cylindrical-coordinate representation of color #551DCE: hue angle of 258.98º degrees, saturation: 0.75, 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 #551DCE is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 29 206 -
CMYK 0.59 0.86 0 0.19
HSL 258.98º 0.75% 0.46% -
HSV(B) 258.98º 0.86% 0.81% -
XYZ 15.33 7.27 58.99 -
YUV 65.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 85 29 206 0.59 0.86 0 0.19 258.98 0.75 0.46
Hex 55 1D CE 3B 56 0 13 103 4B 2E
Octal 125 35 316 73 126 0 23 403 113 56
Binary 1010101 11101 11001110 111011 1010110 0 10011 100000011 1001011 101110

Color Harmonies of #551DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DCE

Black with #551DCE

Text Example


Text Example

White with #551DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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