Html Css Color HEX #5828DC Purple Heart

📋 copy color: '#5828DC'

red 88 ◦ green 40 ◦ blue 220

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

Shades of Purple Heart #5828DC

Tints of Purple Heart #5828DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

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

R = 25.29%
G = 11.49%
B = 63.22%

CMYK

 C value IS 0.6

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5828DC (or 0x5828DC) is known color: Purple Heart. HEX triplet: 58, 28 and DC. RGB value is (88,40,220). Sum of RGB (Red+Green+Blue) = 88+40+220=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #5828DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5828DC is #A7D723. Grayscale: #4A4A4A. Windows color (decimal): -10999588 or 14428248. OLE color: 14428248.

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

Color convert

RGB 88 40 220 -
CMYK 0.6 0.82 0 0.14
HSL 256º 0.72% 0.51% -
HSV(B) 256º 0.82% 0.86% -
XYZ 17.7 8.76 68.47 -
YUV 74.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 88 40 220 0.6 0.82 0 0.14 256 0.72 0.51
Hex 58 28 DC 3C 52 0 E 100 48 33
Octal 130 50 334 74 122 0 16 400 110 63
Binary 1011000 101000 11011100 111100 1010010 0 1110 100000000 1001000 110011

Color Harmonies of #5828DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828DC

Black with #5828DC

Text Example


Text Example

White with #5828DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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