Html Css Color HEX #582CB5 Purple Heart

📋 copy color: '#582CB5'

red 88 ◦ green 44 ◦ blue 181

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

Shades of Purple Heart #582CB5

Tints of Purple Heart #582CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.83%

R = 28.12%
G = 14.06%
B = 57.83%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#582CB5 (or 0x582CB5) is known color: Purple Heart. HEX triplet: 58, 2C and B5. RGB value is (88,44,181). Sum of RGB (Red+Green+Blue) = 88+44+181=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #582CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CB5 is #A7D34A. Grayscale: #484848. Windows color (decimal): -10998603 or 11873368. OLE color: 11873368.

HSL color Cylindrical-coordinate representation of color #582CB5: hue angle of 259.27º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582CB5 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 44 181 -
CMYK 0.51 0.76 0 0.29
HSL 259.27º 0.61% 0.44% -
HSV(B) 259.27º 0.76% 0.71% -
XYZ 13.27 7.21 44.41 -
YUV 72.77 189.08 138.86 -
System Red Green Blue C M Y K H S L
Decimal 88 44 181 0.51 0.76 0 0.29 259.27 0.61 0.44
Hex 58 2C B5 33 4C 0 1D 103 3D 2C
Octal 130 54 265 63 114 0 35 403 75 54
Binary 1011000 101100 10110101 110011 1001100 0 11101 100000011 111101 101100

Color Harmonies of #582CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CB5

Black with #582CB5

Text Example


Text Example

White with #582CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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