Html Css Color HEX #582CDA Purple Heart

📋 copy color: '#582CDA'

red 88 ◦ green 44 ◦ blue 218

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

Shades of Purple Heart #582CDA

Tints of Purple Heart #582CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.29%

R = 25.14%
G = 12.57%
B = 62.29%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#582CDA (or 0x582CDA) is known color: Purple Heart. HEX triplet: 58, 2C and DA. RGB value is (88,44,218). Sum of RGB (Red+Green+Blue) = 88+44+218=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #582CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CDA is #A7D325. Grayscale: #4C4C4C. Windows color (decimal): -10998566 or 14298200. OLE color: 14298200.

HSL color Cylindrical-coordinate representation of color #582CDA: hue angle of 255.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582CDA is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 44 218 -
CMYK 0.60 0.80 0 0.15
HSL 255.17º 0.7% 0.51% -
HSV(B) 255.17º 0.8% 0.85% -
XYZ 17.58 8.94 67.13 -
YUV 76.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 88 44 218 0.60 0.80 0 0.15 255.17 0.7 0.51
Hex 58 2C DA 3C 50 0 F FF 46 33
Octal 130 54 332 74 120 0 17 377 106 63
Binary 1011000 101100 11011010 111100 1010000 0 1111 11111111 1000110 110011

Color Harmonies of #582CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CDA

Black with #582CDA

Text Example


Text Example

White with #582CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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