Html Css Color HEX #5941BD Purple Heart

📋 copy color: '#5941BD'

red 89 ◦ green 65 ◦ blue 189

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

Shades of Purple Heart #5941BD

Tints of Purple Heart #5941BD

RGB

 RED value IS 89 (35.16% from 255) = 25.95%

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

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 25.95%
G = 18.95%
B = 55.1%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5941BD (or 0x5941BD) is known color: Purple Heart. HEX triplet: 59, 41 and BD. RGB value is (89,65,189). Sum of RGB (Red+Green+Blue) = 89+65+189=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #5941BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941BD is #A6BE42. Grayscale: #555555. Windows color (decimal): -10927683 or 12403033. OLE color: 12403033.

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

Color convert

RGB 89 65 189 -
CMYK 0.53 0.66 0 0.26
HSL 251.61º 0.49% 0.5% -
HSV(B) 251.61º 0.66% 0.74% -
XYZ 15.2 9.58 49.19 -
YUV 86.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 89 65 189 0.53 0.66 0 0.26 251.61 0.49 0.5
Hex 59 41 BD 35 42 0 1A FC 31 32
Octal 131 101 275 65 102 0 32 374 61 62
Binary 1011001 1000001 10111101 110101 1000010 0 11010 11111100 110001 110010

Color Harmonies of #5941BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941BD

Black with #5941BD

Text Example


Text Example

White with #5941BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5941BD; }

 p { color: rgb(89,65,189); }

 H1.HeaderClassName
 {
   color: #5941BD;
 }
 .AnyTagClassName
 {
   color: #5941BD;
 }
</style>

background-color css

<style>
 a { background-color: #5941BD; }

 a { background-color: rgb(89,65,189); }

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

border-color css

<style>
 span { border-color: #5941BD; }

 span { border-color: rgb(89,65,189); }

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