Html Css Color HEX #592FC0 Purple Heart

📋 copy color: '#592FC0'

red 89 ◦ green 47 ◦ blue 192

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

Shades of Purple Heart #592FC0

Tints of Purple Heart #592FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 27.13%
G = 14.33%
B = 58.54%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#592FC0 (or 0x592FC0) is known color: Purple Heart. HEX triplet: 59, 2F and C0. RGB value is (89,47,192). Sum of RGB (Red+Green+Blue) = 89+47+192=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #592FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FC0 is #A6D03F. Grayscale: #4B4B4B. Windows color (decimal): -10932288 or 12595033. OLE color: 12595033.

HSL color Cylindrical-coordinate representation of color #592FC0: hue angle of 257.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592FC0 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 47 192 -
CMYK 0.54 0.76 0 0.25
HSL 257.38º 0.61% 0.47% -
HSV(B) 257.38º 0.76% 0.75% -
XYZ 14.65 7.96 50.63 -
YUV 76.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 89 47 192 0.54 0.76 0 0.25 257.38 0.61 0.47
Hex 59 2F C0 36 4C 0 19 101 3D 2F
Octal 131 57 300 66 114 0 31 401 75 57
Binary 1011001 101111 11000000 110110 1001100 0 11001 100000001 111101 101111

Color Harmonies of #592FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FC0

Black with #592FC0

Text Example


Text Example

White with #592FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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