Html Css Color HEX #582DAF Purple Heart

📋 copy color: '#582DAF'

red 88 ◦ green 45 ◦ blue 175

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

Shades of Purple Heart #582DAF

Tints of Purple Heart #582DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

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

R = 28.57%
G = 14.61%
B = 56.82%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#582DAF (or 0x582DAF) is known color: Purple Heart. HEX triplet: 58, 2D and AF. RGB value is (88,45,175). Sum of RGB (Red+Green+Blue) = 88+45+175=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #582DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DAF is #A7D250. Grayscale: #484848. Windows color (decimal): -10998353 or 11480408. OLE color: 11480408.

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

Color convert

RGB 88 45 175 -
CMYK 0.50 0.74 0 0.31
HSL 259.85º 0.59% 0.43% -
HSV(B) 259.85º 0.74% 0.69% -
XYZ 12.7 7.05 41.25 -
YUV 72.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 88 45 175 0.50 0.74 0 0.31 259.85 0.59 0.43
Hex 58 2D AF 32 4A 0 1F 104 3B 2B
Octal 130 55 257 62 112 0 37 404 73 53
Binary 1011000 101101 10101111 110010 1001010 0 11111 100000100 111011 101011

Color Harmonies of #582DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DAF

Black with #582DAF

Text Example


Text Example

White with #582DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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