Html Css Color HEX #582AAB Purple Heart

📋 copy color: '#582AAB'

red 88 ◦ green 42 ◦ blue 171

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

Shades of Purple Heart #582AAB

Tints of Purple Heart #582AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

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

R = 29.24%
G = 13.95%
B = 56.81%

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

#582AAB (or 0x582AAB) is known color: Purple Heart. HEX triplet: 58, 2A and AB. RGB value is (88,42,171). Sum of RGB (Red+Green+Blue) = 88+42+171=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #582AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AAB is #A7D554. Grayscale: #454545. Windows color (decimal): -10999125 or 11217496. OLE color: 11217496.

HSL color Cylindrical-coordinate representation of color #582AAB: hue angle of 261.4º degrees, saturation: 0.61, 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 #582AAB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 42 171 -
CMYK 0.49 0.75 0 0.33
HSL 261.4º 0.61% 0.42% -
HSV(B) 261.4º 0.75% 0.67% -
XYZ 12.2 6.67 39.17 -
YUV 70.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 88 42 171 0.49 0.75 0 0.33 261.4 0.61 0.42
Hex 58 2A AB 31 4B 0 21 105 3D 2A
Octal 130 52 253 61 113 0 41 405 75 52
Binary 1011000 101010 10101011 110001 1001011 0 100001 100000101 111101 101010

Color Harmonies of #582AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AAB

Black with #582AAB

Text Example


Text Example

White with #582AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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