Html Css Color HEX #5533DF Purple Heart

📋 copy color: '#5533DF'

red 85 ◦ green 51 ◦ blue 223

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

Shades of Purple Heart #5533DF

Tints of Purple Heart #5533DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.21%

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 23.68%
G = 14.21%
B = 62.12%

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

#5533DF (or 0x5533DF) is known color: Purple Heart. HEX triplet: 55, 33 and DF. RGB value is (85,51,223). Sum of RGB (Red+Green+Blue) = 85+51+223=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #5533DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533DF is #AACC20. Grayscale: #505050. Windows color (decimal): -11193377 or 14627669. OLE color: 14627669.

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

Color convert

RGB 85 51 223 -
CMYK 0.62 0.77 0 0.13
HSL 251.86º 0.73% 0.54% -
HSV(B) 251.86º 0.77% 0.87% -
XYZ 18.25 9.63 70.71 -
YUV 80.77 208.26 131.01 -
System Red Green Blue C M Y K H S L
Decimal 85 51 223 0.62 0.77 0 0.13 251.86 0.73 0.54
Hex 55 33 DF 3E 4D 0 D FC 49 36
Octal 125 63 337 76 115 0 15 374 111 66
Binary 1010101 110011 11011111 111110 1001101 0 1101 11111100 1001001 110110

Color Harmonies of #5533DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5533DF

Black with #5533DF

Text Example


Text Example

White with #5533DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5533DF; }

 p { color: rgb(85,51,223); }

 H1.HeaderClassName
 {
   color: #5533DF;
 }
 .AnyTagClassName
 {
   color: #5533DF;
 }
</style>

background-color css

<style>
 a { background-color: #5533DF; }

 a { background-color: rgb(85,51,223); }

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

border-color css

<style>
 span { border-color: #5533DF; }

 span { border-color: rgb(85,51,223); }

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