Html Css Color HEX #5925B4 Purple Heart

📋 copy color: '#5925B4'

red 89 ◦ green 37 ◦ blue 180

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

Shades of Purple Heart #5925B4

Tints of Purple Heart #5925B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 58.82%

R = 29.08%
G = 12.09%
B = 58.82%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5925B4 (or 0x5925B4) is known color: Purple Heart. HEX triplet: 59, 25 and B4. RGB value is (89,37,180). Sum of RGB (Red+Green+Blue) = 89+37+180=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #5925B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925B4 is #A6DA4B. Grayscale: #444444. Windows color (decimal): -10934860 or 11806041. OLE color: 11806041.

HSL color Cylindrical-coordinate representation of color #5925B4: hue angle of 261.82º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5925B4 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 37 180 -
CMYK 0.51 0.79 0 0.29
HSL 261.82º 0.66% 0.43% -
HSV(B) 261.82º 0.79% 0.71% -
XYZ 13.02 6.74 43.8 -
YUV 68.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 89 37 180 0.51 0.79 0 0.29 261.82 0.66 0.43
Hex 59 25 B4 33 4F 0 1D 106 42 2B
Octal 131 45 264 63 117 0 35 406 102 53
Binary 1011001 100101 10110100 110011 1001111 0 11101 100000110 1000010 101011

Color Harmonies of #5925B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5925B4

Black with #5925B4

Text Example


Text Example

White with #5925B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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