Html Css Color HEX #5629BB Purple Heart

📋 copy color: '#5629BB'

red 86 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #5629BB

Tints of Purple Heart #5629BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 27.39%
G = 13.06%
B = 59.55%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5629BB (or 0x5629BB) is known color: Purple Heart. HEX triplet: 56, 29 and BB. RGB value is (86,41,187). Sum of RGB (Red+Green+Blue) = 86+41+187=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #5629BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629BB is #A9D644. Grayscale: #464646. Windows color (decimal): -11130437 or 12265814. OLE color: 12265814.

HSL color Cylindrical-coordinate representation of color #5629BB: hue angle of 258.49º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5629BB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 41 187 -
CMYK 0.54 0.78 0 0.27
HSL 258.49º 0.64% 0.45% -
HSV(B) 258.49º 0.78% 0.73% -
XYZ 13.6 7.15 47.68 -
YUV 71.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 86 41 187 0.54 0.78 0 0.27 258.49 0.64 0.45
Hex 56 29 BB 36 4E 0 1B 102 40 2D
Octal 126 51 273 66 116 0 33 402 100 55
Binary 1010110 101001 10111011 110110 1001110 0 11011 100000010 1000000 101101

Color Harmonies of #5629BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5629BB

Black with #5629BB

Text Example


Text Example

White with #5629BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5629BB; }

 p { color: rgb(86,41,187); }

 H1.HeaderClassName
 {
   color: #5629BB;
 }
 .AnyTagClassName
 {
   color: #5629BB;
 }
</style>

background-color css

<style>
 a { background-color: #5629BB; }

 a { background-color: rgb(86,41,187); }

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

border-color css

<style>
 span { border-color: #5629BB; }

 span { border-color: rgb(86,41,187); }

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