Html Css Color HEX #5738CC Purple Heart

📋 copy color: '#5738CC'

red 87 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #5738CC

Tints of Purple Heart #5738CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 25.07%
G = 16.14%
B = 58.79%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5738CC (or 0x5738CC) is known color: Purple Heart. HEX triplet: 57, 38 and CC. RGB value is (87,56,204). Sum of RGB (Red+Green+Blue) = 87+56+204=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #5738CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738CC is #A8C733. Grayscale: #515151. Windows color (decimal): -11061044 or 13383767. OLE color: 13383767.

HSL color Cylindrical-coordinate representation of color #5738CC: hue angle of 252.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5738CC is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 56 204 -
CMYK 0.57 0.73 0 0.2
HSL 252.57º 0.59% 0.51% -
HSV(B) 252.57º 0.73% 0.8% -
XYZ 16.24 9.21 58.05 -
YUV 82.14 196.77 131.47 -
System Red Green Blue C M Y K H S L
Decimal 87 56 204 0.57 0.73 0 0.2 252.57 0.59 0.51
Hex 57 38 CC 39 49 0 14 FD 3B 33
Octal 127 70 314 71 111 0 24 375 73 63
Binary 1010111 111000 11001100 111001 1001001 0 10100 11111101 111011 110011

Color Harmonies of #5738CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5738CC

Black with #5738CC

Text Example


Text Example

White with #5738CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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