Html Css Color HEX #582BAD Purple Heart

📋 copy color: '#582BAD'

red 88 ◦ green 43 ◦ blue 173

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

Shades of Purple Heart #582BAD

Tints of Purple Heart #582BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 28.95%
G = 14.14%
B = 56.91%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#582BAD (or 0x582BAD) is known color: Purple Heart. HEX triplet: 58, 2B and AD. RGB value is (88,43,173). Sum of RGB (Red+Green+Blue) = 88+43+173=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #582BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAD is #A7D452. Grayscale: #464646. Windows color (decimal): -10998867 or 11348824. OLE color: 11348824.

HSL color Cylindrical-coordinate representation of color #582BAD: hue angle of 260.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582BAD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 43 173 -
CMYK 0.49 0.75 0 0.32
HSL 260.77º 0.6% 0.42% -
HSV(B) 260.77º 0.75% 0.68% -
XYZ 12.43 6.82 40.2 -
YUV 71.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 88 43 173 0.49 0.75 0 0.32 260.77 0.6 0.42
Hex 58 2B AD 31 4B 0 20 105 3C 2A
Octal 130 53 255 61 113 0 40 405 74 52
Binary 1011000 101011 10101101 110001 1001011 0 100000 100000101 111100 101010

Color Harmonies of #582BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BAD

Black with #582BAD

Text Example


Text Example

White with #582BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,43,173); }

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

background-color css

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

 a { background-color: rgb(88,43,173); }

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

border-color css

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

 span { border-color: rgb(88,43,173); }

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