Html Css Color HEX #553EC5 Purple Heart

📋 copy color: '#553EC5'

red 85 ◦ green 62 ◦ blue 197

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

Shades of Purple Heart #553EC5

Tints of Purple Heart #553EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 57.27%

R = 24.71%
G = 18.02%
B = 57.27%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#553EC5 (or 0x553EC5) is known color: Purple Heart. HEX triplet: 55, 3E and C5. RGB value is (85,62,197). Sum of RGB (Red+Green+Blue) = 85+62+197=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #553EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553EC5 is #AAC13A. Grayscale: #535353. Windows color (decimal): -11190587 or 12926549. OLE color: 12926549.

HSL color Cylindrical-coordinate representation of color #553EC5: hue angle of 250.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553EC5 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 62 197 -
CMYK 0.57 0.69 0 0.23
HSL 250.22º 0.54% 0.51% -
HSV(B) 250.22º 0.69% 0.77% -
XYZ 15.55 9.41 53.82 -
YUV 84.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 85 62 197 0.57 0.69 0 0.23 250.22 0.54 0.51
Hex 55 3E C5 39 45 0 17 FA 36 33
Octal 125 76 305 71 105 0 27 372 66 63
Binary 1010101 111110 11000101 111001 1000101 0 10111 11111010 110110 110011

Color Harmonies of #553EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EC5

Black with #553EC5

Text Example


Text Example

White with #553EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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