Html Css Color HEX #5638AC Purple Heart

📋 copy color: '#5638AC'

red 86 ◦ green 56 ◦ blue 172

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

Shades of Purple Heart #5638AC

Tints of Purple Heart #5638AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 27.39%
G = 17.83%
B = 54.78%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5638AC (or 0x5638AC) is known color: Purple Heart. HEX triplet: 56, 38 and AC. RGB value is (86,56,172). Sum of RGB (Red+Green+Blue) = 86+56+172=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #5638AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638AC is #A9C753. Grayscale: #4D4D4D. Windows color (decimal): -11126612 or 11286614. OLE color: 11286614.

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

Color convert

RGB 86 56 172 -
CMYK 0.5 0.67 0 0.33
HSL 255.52º 0.51% 0.45% -
HSV(B) 255.52º 0.67% 0.67% -
XYZ 12.7 7.79 39.86 -
YUV 78.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 86 56 172 0.5 0.67 0 0.33 255.52 0.51 0.45
Hex 56 38 AC 32 43 0 21 100 33 2D
Octal 126 70 254 62 103 0 41 400 63 55
Binary 1010110 111000 10101100 110010 1000011 0 100001 100000000 110011 101101

Color Harmonies of #5638AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5638AC

Black with #5638AC

Text Example


Text Example

White with #5638AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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