Html Css Color HEX #5635AC Purple Heart

📋 copy color: '#5635AC'

red 86 ◦ green 53 ◦ blue 172

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

Shades of Purple Heart #5635AC

Tints of Purple Heart #5635AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 27.65%
G = 17.04%
B = 55.31%

CMYK

 C value IS 0.5

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5635AC (or 0x5635AC) is known color: Purple Heart. HEX triplet: 56, 35 and AC. RGB value is (86,53,172). Sum of RGB (Red+Green+Blue) = 86+53+172=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #5635AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5635AC is #A9CA53. Grayscale: #4B4B4B. Windows color (decimal): -11127380 or 11285846. OLE color: 11285846.

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

Color convert

RGB 86 53 172 -
CMYK 0.5 0.69 0 0.33
HSL 256.64º 0.53% 0.44% -
HSV(B) 256.64º 0.69% 0.67% -
XYZ 12.56 7.5 39.82 -
YUV 76.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 86 53 172 0.5 0.69 0 0.33 256.64 0.53 0.44
Hex 56 35 AC 32 45 0 21 101 35 2C
Octal 126 65 254 62 105 0 41 401 65 54
Binary 1010110 110101 10101100 110010 1000101 0 100001 100000001 110101 101100

Color Harmonies of #5635AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5635AC

Black with #5635AC

Text Example


Text Example

White with #5635AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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