Html Css Color HEX #553ECE Purple Heart

📋 copy color: '#553ECE'

red 85 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #553ECE

Tints of Purple Heart #553ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 24.08%
G = 17.56%
B = 58.36%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#553ECE (or 0x553ECE) is known color: Purple Heart. HEX triplet: 55, 3E and CE. RGB value is (85,62,206). Sum of RGB (Red+Green+Blue) = 85+62+206=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #553ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ECE is #AAC131. Grayscale: #545454. Windows color (decimal): -11190578 or 13516373. OLE color: 13516373.

HSL color Cylindrical-coordinate representation of color #553ECE: hue angle of 249.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #553ECE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 62 206 -
CMYK 0.59 0.70 0 0.19
HSL 249.58º 0.6% 0.53% -
HSV(B) 249.58º 0.7% 0.81% -
XYZ 16.61 9.83 59.42 -
YUV 85.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 85 62 206 0.59 0.70 0 0.19 249.58 0.6 0.53
Hex 55 3E CE 3B 46 0 13 FA 3C 35
Octal 125 76 316 73 106 0 23 372 74 65
Binary 1010101 111110 11001110 111011 1000110 0 10011 11111010 111100 110101

Color Harmonies of #553ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553ECE

Black with #553ECE

Text Example


Text Example

White with #553ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553ECE; }

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

 H1.HeaderClassName
 {
   color: #553ECE;
 }
 .AnyTagClassName
 {
   color: #553ECE;
 }
</style>

background-color css

<style>
 a { background-color: #553ECE; }

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

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

border-color css

<style>
 span { border-color: #553ECE; }

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

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