Html Css Color HEX #582BAB Purple Heart

📋 copy color: '#582BAB'

red 88 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #582BAB

Tints of Purple Heart #582BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 29.14%
G = 14.24%
B = 56.62%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582BAB (or 0x582BAB) is known color: Purple Heart. HEX triplet: 58, 2B and AB. RGB value is (88,43,171). Sum of RGB (Red+Green+Blue) = 88+43+171=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #582BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAB is #A7D454. Grayscale: #464646. Windows color (decimal): -10998869 or 11217752. OLE color: 11217752.

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

Color convert

RGB 88 43 171 -
CMYK 0.49 0.75 0 0.33
HSL 261.09º 0.6% 0.42% -
HSV(B) 261.09º 0.75% 0.67% -
XYZ 12.24 6.74 39.18 -
YUV 71.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 88 43 171 0.49 0.75 0 0.33 261.09 0.6 0.42
Hex 58 2B AB 31 4B 0 21 105 3C 2A
Octal 130 53 253 61 113 0 41 405 74 52
Binary 1011000 101011 10101011 110001 1001011 0 100001 100000101 111100 101010

Color Harmonies of #582BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BAB

Black with #582BAB

Text Example


Text Example

White with #582BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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