Html Css Color HEX #582FAC Purple Heart

📋 copy color: '#582FAC'

red 88 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #582FAC

Tints of Purple Heart #582FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 28.66%
G = 15.31%
B = 56.03%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#582FAC (or 0x582FAC) is known color: Purple Heart. HEX triplet: 58, 2F and AC. RGB value is (88,47,172). Sum of RGB (Red+Green+Blue) = 88+47+172=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #582FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582FAC is #A7D053. Grayscale: #494949. Windows color (decimal): -10997844 or 11284312. OLE color: 11284312.

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

Color convert

RGB 88 47 172 -
CMYK 0.49 0.73 0 0.33
HSL 259.68º 0.57% 0.43% -
HSV(B) 259.68º 0.73% 0.67% -
XYZ 12.49 7.09 39.74 -
YUV 73.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 88 47 172 0.49 0.73 0 0.33 259.68 0.57 0.43
Hex 58 2F AC 31 49 0 21 104 39 2B
Octal 130 57 254 61 111 0 41 404 71 53
Binary 1011000 101111 10101100 110001 1001001 0 100001 100000100 111001 101011

Color Harmonies of #582FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FAC

Black with #582FAC

Text Example


Text Example

White with #582FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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