Html Css Color HEX #5626AD Purple Heart

📋 copy color: '#5626AD'

red 86 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #5626AD

Tints of Purple Heart #5626AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 28.96%
G = 12.79%
B = 58.25%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5626AD (or 0x5626AD) is known color: Purple Heart. HEX triplet: 56, 26 and AD. RGB value is (86,38,173). Sum of RGB (Red+Green+Blue) = 86+38+173=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #5626AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5626AD is #A9D952. Grayscale: #434343. Windows color (decimal): -11131219 or 11347542. OLE color: 11347542.

HSL color Cylindrical-coordinate representation of color #5626AD: hue angle of 261.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5626AD is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 38 173 -
CMYK 0.50 0.78 0 0.32
HSL 261.33º 0.64% 0.41% -
HSV(B) 261.33º 0.78% 0.68% -
XYZ 12.07 6.38 40.13 -
YUV 67.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 86 38 173 0.50 0.78 0 0.32 261.33 0.64 0.41
Hex 56 26 AD 32 4E 0 20 105 40 29
Octal 126 46 255 62 116 0 40 405 100 51
Binary 1010110 100110 10101101 110010 1001110 0 100000 100000101 1000000 101001

Color Harmonies of #5626AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5626AD

Black with #5626AD

Text Example


Text Example

White with #5626AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5626AD; }

 p { color: rgb(86,38,173); }

 H1.HeaderClassName
 {
   color: #5626AD;
 }
 .AnyTagClassName
 {
   color: #5626AD;
 }
</style>

background-color css

<style>
 a { background-color: #5626AD; }

 a { background-color: rgb(86,38,173); }

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

border-color css

<style>
 span { border-color: #5626AD; }

 span { border-color: rgb(86,38,173); }

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