Html Css Color HEX #582EDC Purple Heart

📋 copy color: '#582EDC'

red 88 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #582EDC

Tints of Purple Heart #582EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

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

R = 24.86%
G = 12.99%
B = 62.15%

CMYK

 C value IS 0.6

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#582EDC (or 0x582EDC) is known color: Purple Heart. HEX triplet: 58, 2E and DC. RGB value is (88,46,220). Sum of RGB (Red+Green+Blue) = 88+46+220=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #582EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582EDC is #A7D123. Grayscale: #4D4D4D. Windows color (decimal): -10998052 or 14429784. OLE color: 14429784.

HSL color Cylindrical-coordinate representation of color #582EDC: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582EDC is Cyan = 0.6, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 46 220 -
CMYK 0.6 0.79 0 0.14
HSL 254.48º 0.71% 0.52% -
HSV(B) 254.48º 0.79% 0.86% -
XYZ 17.92 9.2 68.54 -
YUV 78.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 88 46 220 0.6 0.79 0 0.14 254.48 0.71 0.52
Hex 58 2E DC 3C 4F 0 E FE 47 34
Octal 130 56 334 74 117 0 16 376 107 64
Binary 1011000 101110 11011100 111100 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #582EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582EDC

Black with #582EDC

Text Example


Text Example

White with #582EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582EDC; }

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

 H1.HeaderClassName
 {
   color: #582EDC;
 }
 .AnyTagClassName
 {
   color: #582EDC;
 }
</style>

background-color css

<style>
 a { background-color: #582EDC; }

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

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

border-color css

<style>
 span { border-color: #582EDC; }

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

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