Html Css Color HEX #5825BF Purple Heart

📋 copy color: '#5825BF'

red 88 ◦ green 37 ◦ blue 191

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

Shades of Purple Heart #5825BF

Tints of Purple Heart #5825BF

RGB

 RED value IS 88 (34.77% from 255) = 27.85%

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 27.85%
G = 11.71%
B = 60.44%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5825BF (or 0x5825BF) is known color: Purple Heart. HEX triplet: 58, 25 and BF. RGB value is (88,37,191). Sum of RGB (Red+Green+Blue) = 88+37+191=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #5825BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825BF is #A7DA40. Grayscale: #454545. Windows color (decimal): -11000385 or 12526936. OLE color: 12526936.

HSL color Cylindrical-coordinate representation of color #5825BF: hue angle of 259.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5825BF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 37 191 -
CMYK 0.54 0.81 0 0.25
HSL 259.87º 0.68% 0.45% -
HSV(B) 259.87º 0.81% 0.75% -
XYZ 14.09 7.16 49.93 -
YUV 69.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 88 37 191 0.54 0.81 0 0.25 259.87 0.68 0.45
Hex 58 25 BF 36 51 0 19 104 44 2D
Octal 130 45 277 66 121 0 31 404 104 55
Binary 1011000 100101 10111111 110110 1010001 0 11001 100000100 1000100 101101

Color Harmonies of #5825BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825BF

Black with #5825BF

Text Example


Text Example

White with #5825BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5825BF; }

 p { color: rgb(88,37,191); }

 H1.HeaderClassName
 {
   color: #5825BF;
 }
 .AnyTagClassName
 {
   color: #5825BF;
 }
</style>

background-color css

<style>
 a { background-color: #5825BF; }

 a { background-color: rgb(88,37,191); }

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

border-color css

<style>
 span { border-color: #5825BF; }

 span { border-color: rgb(88,37,191); }

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