Html Css Color HEX #582FAA Purple Heart

📋 copy color: '#582FAA'

red 88 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #582FAA

Tints of Purple Heart #582FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 28.85%
G = 15.41%
B = 55.74%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582FAA (or 0x582FAA) is known color: Purple Heart. HEX triplet: 58, 2F and AA. RGB value is (88,47,170). Sum of RGB (Red+Green+Blue) = 88+47+170=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #582FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582FAA is #A7D055. Grayscale: #484848. Windows color (decimal): -10997846 or 11153240. OLE color: 11153240.

HSL color Cylindrical-coordinate representation of color #582FAA: hue angle of 260º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582FAA is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 47 170 -
CMYK 0.48 0.72 0 0.33
HSL 260º 0.57% 0.43% -
HSV(B) 260º 0.72% 0.67% -
XYZ 12.3 7.01 38.74 -
YUV 73.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 88 47 170 0.48 0.72 0 0.33 260 0.57 0.43
Hex 58 2F AA 30 48 0 21 104 39 2B
Octal 130 57 252 60 110 0 41 404 71 53
Binary 1011000 101111 10101010 110000 1001000 0 100001 100000100 111001 101011

Color Harmonies of #582FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FAA

Black with #582FAA

Text Example


Text Example

White with #582FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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