Html Css Color HEX #592CBC Purple Heart

📋 copy color: '#592CBC'

red 89 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #592CBC

Tints of Purple Heart #592CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 27.73%
G = 13.71%
B = 58.57%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#592CBC (or 0x592CBC) is known color: Purple Heart. HEX triplet: 59, 2C and BC. RGB value is (89,44,188). Sum of RGB (Red+Green+Blue) = 89+44+188=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #592CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CBC is #A6D343. Grayscale: #494949. Windows color (decimal): -10933060 or 12332121. OLE color: 12332121.

HSL color Cylindrical-coordinate representation of color #592CBC: hue angle of 258.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #592CBC is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 44 188 -
CMYK 0.53 0.77 0 0.26
HSL 258.75º 0.62% 0.45% -
HSV(B) 258.75º 0.77% 0.74% -
XYZ 14.1 7.56 48.29 -
YUV 73.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 89 44 188 0.53 0.77 0 0.26 258.75 0.62 0.45
Hex 59 2C BC 35 4D 0 1A 103 3E 2D
Octal 131 54 274 65 115 0 32 403 76 55
Binary 1011001 101100 10111100 110101 1001101 0 11010 100000011 111110 101101

Color Harmonies of #592CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CBC

Black with #592CBC

Text Example


Text Example

White with #592CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,44,188); }

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

background-color css

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

 a { background-color: rgb(89,44,188); }

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

border-color css

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

 span { border-color: rgb(89,44,188); }

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