Html Css Color HEX #553FD0 Purple Heart

📋 copy color: '#553FD0'

red 85 ◦ green 63 ◦ blue 208

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

Shades of Purple Heart #553FD0

Tints of Purple Heart #553FD0

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

 BLUE value IS 208 (81.64% from 255) = 58.43%

R = 23.88%
G = 17.7%
B = 58.43%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#553FD0 (or 0x553FD0) is known color: Purple Heart. HEX triplet: 55, 3F and D0. RGB value is (85,63,208). Sum of RGB (Red+Green+Blue) = 85+63+208=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #553FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FD0 is #AAC02F. Grayscale: #555555. Windows color (decimal): -11190320 or 13647701. OLE color: 13647701.

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

Color convert

RGB 85 63 208 -
CMYK 0.59 0.70 0 0.18
HSL 249.1º 0.61% 0.53% -
HSV(B) 249.1º 0.7% 0.82% -
XYZ 16.91 10.04 60.72 -
YUV 86.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 85 63 208 0.59 0.70 0 0.18 249.1 0.61 0.53
Hex 55 3F D0 3B 46 0 12 F9 3D 35
Octal 125 77 320 73 106 0 22 371 75 65
Binary 1010101 111111 11010000 111011 1000110 0 10010 11111001 111101 110101

Color Harmonies of #553FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FD0

Black with #553FD0

Text Example


Text Example

White with #553FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,63,208); }

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

background-color css

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

 a { background-color: rgb(85,63,208); }

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

border-color css

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

 span { border-color: rgb(85,63,208); }

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