Html Css Color HEX #592FAC Purple Heart

📋 copy color: '#592FAC'

red 89 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #592FAC

Tints of Purple Heart #592FAC

RGB

 RED value IS 89 (35.16% from 255) = 28.9%

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

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

R = 28.9%
G = 15.26%
B = 55.84%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#592FAC (or 0x592FAC) is known color: Purple Heart. HEX triplet: 59, 2F and AC. RGB value is (89,47,172). Sum of RGB (Red+Green+Blue) = 89+47+172=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #592FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592FAC is #A6D053. Grayscale: #494949. Windows color (decimal): -10932308 or 11284313. OLE color: 11284313.

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

Color convert

RGB 89 47 172 -
CMYK 0.48 0.73 0 0.33
HSL 260.16º 0.57% 0.43% -
HSV(B) 260.16º 0.73% 0.67% -
XYZ 12.58 7.14 39.74 -
YUV 73.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 89 47 172 0.48 0.73 0 0.33 260.16 0.57 0.43
Hex 59 2F AC 30 49 0 21 104 39 2B
Octal 131 57 254 60 111 0 41 404 71 53
Binary 1011001 101111 10101100 110000 1001001 0 100001 100000100 111001 101011

Color Harmonies of #592FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FAC

Black with #592FAC

Text Example


Text Example

White with #592FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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