Html Css Color HEX #5738CA Purple Heart

📋 copy color: '#5738CA'

red 87 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #5738CA

Tints of Purple Heart #5738CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 25.22%
G = 16.23%
B = 58.55%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5738CA (or 0x5738CA) is known color: Purple Heart. HEX triplet: 57, 38 and CA. RGB value is (87,56,202). Sum of RGB (Red+Green+Blue) = 87+56+202=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5738CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738CA is #A8C735. Grayscale: #515151. Windows color (decimal): -11061046 or 13252695. OLE color: 13252695.

HSL color Cylindrical-coordinate representation of color #5738CA: hue angle of 252.74º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5738CA is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 56 202 -
CMYK 0.57 0.72 0 0.21
HSL 252.74º 0.58% 0.51% -
HSV(B) 252.74º 0.72% 0.79% -
XYZ 16.01 9.12 56.79 -
YUV 81.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 87 56 202 0.57 0.72 0 0.21 252.74 0.58 0.51
Hex 57 38 CA 39 48 0 15 FD 3A 33
Octal 127 70 312 71 110 0 25 375 72 63
Binary 1010111 111000 11001010 111001 1001000 0 10101 11111101 111010 110011

Color Harmonies of #5738CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5738CA

Black with #5738CA

Text Example


Text Example

White with #5738CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5738CA; }

 p { color: rgb(87,56,202); }

 H1.HeaderClassName
 {
   color: #5738CA;
 }
 .AnyTagClassName
 {
   color: #5738CA;
 }
</style>

background-color css

<style>
 a { background-color: #5738CA; }

 a { background-color: rgb(87,56,202); }

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

border-color css

<style>
 span { border-color: #5738CA; }

 span { border-color: rgb(87,56,202); }

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