Html Css Color HEX #5740C0 Purple Heart

📋 copy color: '#5740C0'

red 87 ◦ green 64 ◦ blue 192

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

Shades of Purple Heart #5740C0

Tints of Purple Heart #5740C0

RGB

 RED value IS 87 (34.38% from 255) = 25.36%

 GREEN value IS 64 (25.39% from 255) = 18.66%

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

R = 25.36%
G = 18.66%
B = 55.98%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5740C0 (or 0x5740C0) is known color: Purple Heart. HEX triplet: 57, 40 and C0. RGB value is (87,64,192). Sum of RGB (Red+Green+Blue) = 87+64+192=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 192 (75.39% from 255 or 55.98% from 343); Max value from RGB is 192 - color contains mainly: blue. Hex color #5740C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740C0 is #A8BF3F. Grayscale: #545454. Windows color (decimal): -11059008 or 12599383. OLE color: 12599383.

HSL color Cylindrical-coordinate representation of color #5740C0: hue angle of 250.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5740C0 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 64 192 -
CMYK 0.55 0.67 0 0.25
HSL 250.78º 0.5% 0.5% -
HSV(B) 250.78º 0.67% 0.75% -
XYZ 15.28 9.5 50.9 -
YUV 85.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 87 64 192 0.55 0.67 0 0.25 250.78 0.5 0.5
Hex 57 40 C0 37 43 0 19 FB 32 32
Octal 127 100 300 67 103 0 31 373 62 62
Binary 1010111 1000000 11000000 110111 1000011 0 11001 11111011 110010 110010

Color Harmonies of #5740C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740C0

Black with #5740C0

Text Example


Text Example

White with #5740C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5740C0; }

 p { color: rgb(87,64,192); }

 H1.HeaderClassName
 {
   color: #5740C0;
 }
 .AnyTagClassName
 {
   color: #5740C0;
 }
</style>

background-color css

<style>
 a { background-color: #5740C0; }

 a { background-color: rgb(87,64,192); }

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

border-color css

<style>
 span { border-color: #5740C0; }

 span { border-color: rgb(87,64,192); }

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