Html Css Color HEX #582BAA Purple Heart

📋 copy color: '#582BAA'

red 88 ◦ green 43 ◦ blue 170

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

Shades of Purple Heart #582BAA

Tints of Purple Heart #582BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 29.24%
G = 14.29%
B = 56.48%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582BAA (or 0x582BAA) is known color: Purple Heart. HEX triplet: 58, 2B and AA. RGB value is (88,43,170). Sum of RGB (Red+Green+Blue) = 88+43+170=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #582BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAA is #A7D455. Grayscale: #464646. Windows color (decimal): -10998870 or 11152216. OLE color: 11152216.

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

Color convert

RGB 88 43 170 -
CMYK 0.48 0.75 0 0.33
HSL 261.26º 0.6% 0.42% -
HSV(B) 261.26º 0.75% 0.67% -
XYZ 12.14 6.7 38.68 -
YUV 70.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 88 43 170 0.48 0.75 0 0.33 261.26 0.6 0.42
Hex 58 2B AA 30 4B 0 21 105 3C 2A
Octal 130 53 252 60 113 0 41 405 74 52
Binary 1011000 101011 10101010 110000 1001011 0 100001 100000101 111100 101010

Color Harmonies of #582BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BAA

Black with #582BAA

Text Example


Text Example

White with #582BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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