Html Css Color HEX #5825DC Purple Heart

📋 copy color: '#5825DC'

red 88 ◦ green 37 ◦ blue 220

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

Shades of Purple Heart #5825DC

Tints of Purple Heart #5825DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 25.51%
G = 10.72%
B = 63.77%

CMYK

 C value IS 0.6

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5825DC (or 0x5825DC) is known color: Purple Heart. HEX triplet: 58, 25 and DC. RGB value is (88,37,220). Sum of RGB (Red+Green+Blue) = 88+37+220=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #5825DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5825DC is #A7DA23. Grayscale: #484848. Windows color (decimal): -11000356 or 14427480. OLE color: 14427480.

HSL color Cylindrical-coordinate representation of color #5825DC: hue angle of 256.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5825DC is Cyan = 0.6, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 37 220 -
CMYK 0.6 0.83 0 0.14
HSL 256.72º 0.72% 0.5% -
HSV(B) 256.72º 0.83% 0.86% -
XYZ 17.6 8.57 68.44 -
YUV 73.11 210.9 138.62 -
System Red Green Blue C M Y K H S L
Decimal 88 37 220 0.6 0.83 0 0.14 256.72 0.72 0.5
Hex 58 25 DC 3C 53 0 E 101 48 32
Octal 130 45 334 74 123 0 16 401 110 62
Binary 1011000 100101 11011100 111100 1010011 0 1110 100000001 1001000 110010

Color Harmonies of #5825DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5825DC

Black with #5825DC

Text Example


Text Example

White with #5825DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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