Html Css Color HEX #5740CB Purple Heart

📋 copy color: '#5740CB'

red 87 ◦ green 64 ◦ blue 203

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

Shades of Purple Heart #5740CB

Tints of Purple Heart #5740CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 24.58%
G = 18.08%
B = 57.34%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5740CB (or 0x5740CB) is known color: Purple Heart. HEX triplet: 57, 40 and CB. RGB value is (87,64,203). Sum of RGB (Red+Green+Blue) = 87+64+203=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5740CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5740CB is #A8BF34. Grayscale: #565656. Windows color (decimal): -11058997 or 13320279. OLE color: 13320279.

HSL color Cylindrical-coordinate representation of color #5740CB: hue angle of 249.93º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5740CB is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 64 203 -
CMYK 0.57 0.68 0 0.20
HSL 249.93º 0.57% 0.52% -
HSV(B) 249.93º 0.68% 0.8% -
XYZ 16.54 10 57.56 -
YUV 86.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 87 64 203 0.57 0.68 0 0.20 249.93 0.57 0.52
Hex 57 40 CB 39 44 0 14 FA 39 34
Octal 127 100 313 71 104 0 24 372 71 64
Binary 1010111 1000000 11001011 111001 1000100 0 10100 11111010 111001 110100

Color Harmonies of #5740CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5740CB

Black with #5740CB

Text Example


Text Example

White with #5740CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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