Html Css Color HEX #592CD0 Purple Heart

📋 copy color: '#592CD0'

red 89 ◦ green 44 ◦ blue 208

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

Shades of Purple Heart #592CD0

Tints of Purple Heart #592CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61%

R = 26.1%
G = 12.9%
B = 61%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#592CD0 (or 0x592CD0) is known color: Purple Heart. HEX triplet: 59, 2C and D0. RGB value is (89,44,208). Sum of RGB (Red+Green+Blue) = 89+44+208=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #592CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CD0 is #A6D32F. Grayscale: #4B4B4B. Windows color (decimal): -10933040 or 13642841. OLE color: 13642841.

HSL color Cylindrical-coordinate representation of color #592CD0: hue angle of 256.46º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592CD0 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 44 208 -
CMYK 0.57 0.79 0 0.18
HSL 256.46º 0.65% 0.49% -
HSV(B) 256.46º 0.79% 0.82% -
XYZ 16.41 8.48 60.45 -
YUV 76.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 89 44 208 0.57 0.79 0 0.18 256.46 0.65 0.49
Hex 59 2C D0 39 4F 0 12 100 41 31
Octal 131 54 320 71 117 0 22 400 101 61
Binary 1011001 101100 11010000 111001 1001111 0 10010 100000000 1000001 110001

Color Harmonies of #592CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CD0

Black with #592CD0

Text Example


Text Example

White with #592CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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