Html Css Color HEX #5633AC Purple Heart

📋 copy color: '#5633AC'

red 86 ◦ green 51 ◦ blue 172

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

Shades of Purple Heart #5633AC

Tints of Purple Heart #5633AC

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

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

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 27.83%
G = 16.5%
B = 55.66%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5633AC (or 0x5633AC) is known color: Purple Heart. HEX triplet: 56, 33 and AC. RGB value is (86,51,172). Sum of RGB (Red+Green+Blue) = 86+51+172=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #5633AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5633AC is #A9CC53. Grayscale: #4A4A4A. Windows color (decimal): -11127892 or 11285334. OLE color: 11285334.

HSL color Cylindrical-coordinate representation of color #5633AC: hue angle of 257.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5633AC is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 51 172 -
CMYK 0.5 0.70 0 0.33
HSL 257.36º 0.54% 0.44% -
HSV(B) 257.36º 0.7% 0.67% -
XYZ 12.47 7.32 39.79 -
YUV 75.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 86 51 172 0.5 0.70 0 0.33 257.36 0.54 0.44
Hex 56 33 AC 32 46 0 21 101 36 2C
Octal 126 63 254 62 106 0 41 401 66 54
Binary 1010110 110011 10101100 110010 1000110 0 100001 100000001 110110 101100

Color Harmonies of #5633AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5633AC

Black with #5633AC

Text Example


Text Example

White with #5633AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5633AC; }

 p { color: rgb(86,51,172); }

 H1.HeaderClassName
 {
   color: #5633AC;
 }
 .AnyTagClassName
 {
   color: #5633AC;
 }
</style>

background-color css

<style>
 a { background-color: #5633AC; }

 a { background-color: rgb(86,51,172); }

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

border-color css

<style>
 span { border-color: #5633AC; }

 span { border-color: rgb(86,51,172); }

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