Html Css Color HEX #5825D7 Purple Heart

📋 copy color: '#5825D7'

red 88 ◦ green 37 ◦ blue 215

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

Shades of Purple Heart #5825D7

Tints of Purple Heart #5825D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.24%

R = 25.88%
G = 10.88%
B = 63.24%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5825D7 (or 0x5825D7) is known color: Purple Heart. HEX triplet: 58, 25 and D7. RGB value is (88,37,215). Sum of RGB (Red+Green+Blue) = 88+37+215=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #5825D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825D7 is #A7DA28. Grayscale: #474747. Windows color (decimal): -11000361 or 14099800. OLE color: 14099800.

HSL color Cylindrical-coordinate representation of color #5825D7: hue angle of 257.19º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5825D7 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 37 215 -
CMYK 0.59 0.83 0 0.16
HSL 257.19º 0.71% 0.49% -
HSV(B) 257.19º 0.83% 0.84% -
XYZ 16.95 8.3 65 -
YUV 72.54 208.4 139.03 -
System Red Green Blue C M Y K H S L
Decimal 88 37 215 0.59 0.83 0 0.16 257.19 0.71 0.49
Hex 58 25 D7 3B 53 0 10 101 47 31
Octal 130 45 327 73 123 0 20 401 107 61
Binary 1011000 100101 11010111 111011 1010011 0 10000 100000001 1000111 110001

Color Harmonies of #5825D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825D7

Black with #5825D7

Text Example


Text Example

White with #5825D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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