Html Css Color HEX #582ADC Purple Heart

📋 copy color: '#582ADC'

red 88 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #582ADC

Tints of Purple Heart #582ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12%

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

R = 25.14%
G = 12%
B = 62.86%

CMYK

 C value IS 0.6

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#582ADC (or 0x582ADC) is known color: Purple Heart. HEX triplet: 58, 2A and DC. RGB value is (88,42,220). Sum of RGB (Red+Green+Blue) = 88+42+220=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #582ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ADC is #A7D523. Grayscale: #4B4B4B. Windows color (decimal): -10999076 or 14428760. OLE color: 14428760.

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

Color convert

RGB 88 42 220 -
CMYK 0.6 0.81 0 0.14
HSL 255.51º 0.72% 0.51% -
HSV(B) 255.51º 0.81% 0.86% -
XYZ 17.77 8.9 68.49 -
YUV 76.05 209.24 136.53 -
System Red Green Blue C M Y K H S L
Decimal 88 42 220 0.6 0.81 0 0.14 255.51 0.72 0.51
Hex 58 2A DC 3C 51 0 E 100 48 33
Octal 130 52 334 74 121 0 16 400 110 63
Binary 1011000 101010 11011100 111100 1010001 0 1110 100000000 1001000 110011

Color Harmonies of #582ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582ADC

Black with #582ADC

Text Example


Text Example

White with #582ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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