Html Css Color HEX #5825BD Purple Heart

📋 copy color: '#5825BD'

red 88 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #5825BD

Tints of Purple Heart #5825BD

RGB

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

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

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

R = 28.03%
G = 11.78%
B = 60.19%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5825BD (or 0x5825BD) is known color: Purple Heart. HEX triplet: 58, 25 and BD. RGB value is (88,37,189). Sum of RGB (Red+Green+Blue) = 88+37+189=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #5825BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825BD is #A7DA42. Grayscale: #454545. Windows color (decimal): -11000387 or 12395864. OLE color: 12395864.

HSL color Cylindrical-coordinate representation of color #5825BD: hue angle of 260.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5825BD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 37 189 -
CMYK 0.53 0.80 0 0.26
HSL 260.13º 0.67% 0.44% -
HSV(B) 260.13º 0.8% 0.74% -
XYZ 13.87 7.07 48.78 -
YUV 69.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 88 37 189 0.53 0.80 0 0.26 260.13 0.67 0.44
Hex 58 25 BD 35 50 0 1A 104 43 2C
Octal 130 45 275 65 120 0 32 404 103 54
Binary 1011000 100101 10111101 110101 1010000 0 11010 100000100 1000011 101100

Color Harmonies of #5825BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825BD

Black with #5825BD

Text Example


Text Example

White with #5825BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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