Html Css Color HEX #5332DD Purple Heart

📋 copy color: '#5332DD'

red 83 ◦ green 50 ◦ blue 221

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

Shades of Purple Heart #5332DD

Tints of Purple Heart #5332DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 23.45%
G = 14.12%
B = 62.43%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5332DD (or 0x5332DD) is known color: Purple Heart. HEX triplet: 53, 32 and DD. RGB value is (83,50,221). Sum of RGB (Red+Green+Blue) = 83+50+221=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #5332DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332DD is #ACCD22. Grayscale: #4E4E4E. Windows color (decimal): -11324707 or 14496339. OLE color: 14496339.

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

Color convert

RGB 83 50 221 -
CMYK 0.62 0.77 0 0.13
HSL 251.58º 0.72% 0.53% -
HSV(B) 251.58º 0.77% 0.87% -
XYZ 17.76 9.34 69.27 -
YUV 79.36 207.93 130.6 -
System Red Green Blue C M Y K H S L
Decimal 83 50 221 0.62 0.77 0 0.13 251.58 0.72 0.53
Hex 53 32 DD 3E 4D 0 D FC 48 35
Octal 123 62 335 76 115 0 15 374 110 65
Binary 1010011 110010 11011101 111110 1001101 0 1101 11111100 1001000 110101

Color Harmonies of #5332DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332DD

Black with #5332DD

Text Example


Text Example

White with #5332DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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