Html Css Color HEX #582CDC Purple Heart

📋 copy color: '#582CDC'

red 88 ◦ green 44 ◦ blue 220

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

Shades of Purple Heart #582CDC

Tints of Purple Heart #582CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

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

R = 25%
G = 12.5%
B = 62.5%

CMYK

 C value IS 0.6

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#582CDC (or 0x582CDC) is known color: Purple Heart. HEX triplet: 58, 2C and DC. RGB value is (88,44,220). Sum of RGB (Red+Green+Blue) = 88+44+220=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #582CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CDC is #A7D323. Grayscale: #4C4C4C. Windows color (decimal): -10998564 or 14429272. OLE color: 14429272.

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

Color convert

RGB 88 44 220 -
CMYK 0.6 0.8 0 0.14
HSL 255º 0.72% 0.52% -
HSV(B) 255º 0.8% 0.86% -
XYZ 17.84 9.04 68.52 -
YUV 77.22 208.58 135.69 -
System Red Green Blue C M Y K H S L
Decimal 88 44 220 0.6 0.8 0 0.14 255 0.72 0.52
Hex 58 2C DC 3C 50 0 E FF 48 34
Octal 130 54 334 74 120 0 16 377 110 64
Binary 1011000 101100 11011100 111100 1010000 0 1110 11111111 1001000 110100

Color Harmonies of #582CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CDC

Black with #582CDC

Text Example


Text Example

White with #582CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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