Html Css Color HEX #582AAF Purple Heart

📋 copy color: '#582AAF'

red 88 ◦ green 42 ◦ blue 175

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

Shades of Purple Heart #582AAF

Tints of Purple Heart #582AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 28.85%
G = 13.77%
B = 57.38%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#582AAF (or 0x582AAF) is known color: Purple Heart. HEX triplet: 58, 2A and AF. RGB value is (88,42,175). Sum of RGB (Red+Green+Blue) = 88+42+175=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #582AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582AAF is #A7D550. Grayscale: #464646. Windows color (decimal): -10999121 or 11479640. OLE color: 11479640.

HSL color Cylindrical-coordinate representation of color #582AAF: hue angle of 260.75º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582AAF is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 42 175 -
CMYK 0.50 0.76 0 0.31
HSL 260.75º 0.61% 0.43% -
HSV(B) 260.75º 0.76% 0.69% -
XYZ 12.59 6.83 41.21 -
YUV 70.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 88 42 175 0.50 0.76 0 0.31 260.75 0.61 0.43
Hex 58 2A AF 32 4C 0 1F 105 3D 2B
Octal 130 52 257 62 114 0 37 405 75 53
Binary 1011000 101010 10101111 110010 1001100 0 11111 100000101 111101 101011

Color Harmonies of #582AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AAF

Black with #582AAF

Text Example


Text Example

White with #582AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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