Html Css Color HEX #5641BC Purple Heart

📋 copy color: '#5641BC'

red 86 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #5641BC

Tints of Purple Heart #5641BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 25.37%
G = 19.17%
B = 55.46%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5641BC (or 0x5641BC) is known color: Purple Heart. HEX triplet: 56, 41 and BC. RGB value is (86,65,188). Sum of RGB (Red+Green+Blue) = 86+65+188=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5641BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641BC is #A9BE43. Grayscale: #545454. Windows color (decimal): -11124292 or 12337494. OLE color: 12337494.

HSL color Cylindrical-coordinate representation of color #5641BC: hue angle of 250.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5641BC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 65 188 -
CMYK 0.54 0.65 0 0.26
HSL 250.24º 0.49% 0.5% -
HSV(B) 250.24º 0.65% 0.74% -
XYZ 14.81 9.39 48.61 -
YUV 85.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 86 65 188 0.54 0.65 0 0.26 250.24 0.49 0.5
Hex 56 41 BC 36 41 0 1A FA 31 32
Octal 126 101 274 66 101 0 32 372 61 62
Binary 1010110 1000001 10111100 110110 1000001 0 11010 11111010 110001 110010

Color Harmonies of #5641BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5641BC

Black with #5641BC

Text Example


Text Example

White with #5641BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5641BC; }

 p { color: rgb(86,65,188); }

 H1.HeaderClassName
 {
   color: #5641BC;
 }
 .AnyTagClassName
 {
   color: #5641BC;
 }
</style>

background-color css

<style>
 a { background-color: #5641BC; }

 a { background-color: rgb(86,65,188); }

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

border-color css

<style>
 span { border-color: #5641BC; }

 span { border-color: rgb(86,65,188); }

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