Html Css Color HEX #5925BB Purple Heart

📋 copy color: '#5925BB'

red 89 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #5925BB

Tints of Purple Heart #5925BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 28.43%
G = 11.82%
B = 59.74%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5925BB (or 0x5925BB) is known color: Purple Heart. HEX triplet: 59, 25 and BB. RGB value is (89,37,187). Sum of RGB (Red+Green+Blue) = 89+37+187=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #5925BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925BB is #A6DA44. Grayscale: #454545. Windows color (decimal): -10934853 or 12264793. OLE color: 12264793.

HSL color Cylindrical-coordinate representation of color #5925BB: hue angle of 260.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5925BB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 37 187 -
CMYK 0.52 0.80 0 0.27
HSL 260.8º 0.67% 0.44% -
HSV(B) 260.8º 0.8% 0.73% -
XYZ 13.75 7.03 47.65 -
YUV 69.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 89 37 187 0.52 0.80 0 0.27 260.8 0.67 0.44
Hex 59 25 BB 34 50 0 1B 105 43 2C
Octal 131 45 273 64 120 0 33 405 103 54
Binary 1011001 100101 10111011 110100 1010000 0 11011 100000101 1000011 101100

Color Harmonies of #5925BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5925BB

Black with #5925BB

Text Example


Text Example

White with #5925BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,37,187); }

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

background-color css

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

 a { background-color: rgb(89,37,187); }

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

border-color css

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

 span { border-color: rgb(89,37,187); }

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