Html Css Color HEX #5331DD Purple Heart

📋 copy color: '#5331DD'

red 83 ◦ green 49 ◦ blue 221

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

Shades of Purple Heart #5331DD

Tints of Purple Heart #5331DD

RGB

 RED value IS 83 (32.81% from 255) = 23.51%

 GREEN value IS 49 (19.53% from 255) = 13.88%

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 23.51%
G = 13.88%
B = 62.61%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5331DD (or 0x5331DD) is known color: Purple Heart. HEX triplet: 53, 31 and DD. RGB value is (83,49,221). Sum of RGB (Red+Green+Blue) = 83+49+221=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #5331DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5331DD is #ACCE22. Grayscale: #4E4E4E. Windows color (decimal): -11324963 or 14496083. OLE color: 14496083.

HSL color Cylindrical-coordinate representation of color #5331DD: hue angle of 251.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5331DD is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 49 221 -
CMYK 0.62 0.78 0 0.13
HSL 251.86º 0.72% 0.53% -
HSV(B) 251.86º 0.78% 0.87% -
XYZ 17.72 9.26 69.26 -
YUV 78.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 83 49 221 0.62 0.78 0 0.13 251.86 0.72 0.53
Hex 53 31 DD 3E 4E 0 D FC 48 35
Octal 123 61 335 76 116 0 15 374 110 65
Binary 1010011 110001 11011101 111110 1001110 0 1101 11111100 1001000 110101

Color Harmonies of #5331DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331DD

Black with #5331DD

Text Example


Text Example

White with #5331DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5331DD; }

 p { color: rgb(83,49,221); }

 H1.HeaderClassName
 {
   color: #5331DD;
 }
 .AnyTagClassName
 {
   color: #5331DD;
 }
</style>

background-color css

<style>
 a { background-color: #5331DD; }

 a { background-color: rgb(83,49,221); }

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

border-color css

<style>
 span { border-color: #5331DD; }

 span { border-color: rgb(83,49,221); }

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