Html Css Color HEX #5738BC Purple Heart

📋 copy color: '#5738BC'

red 87 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #5738BC

Tints of Purple Heart #5738BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 26.28%
G = 16.92%
B = 56.8%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5738BC (or 0x5738BC) is known color: Purple Heart. HEX triplet: 57, 38 and BC. RGB value is (87,56,188). Sum of RGB (Red+Green+Blue) = 87+56+188=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #5738BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5738BC is #A8C743. Grayscale: #4F4F4F. Windows color (decimal): -11061060 or 12335191. OLE color: 12335191.

HSL color Cylindrical-coordinate representation of color #5738BC: hue angle of 254.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5738BC is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 56 188 -
CMYK 0.54 0.70 0 0.26
HSL 254.09º 0.54% 0.48% -
HSV(B) 254.09º 0.7% 0.74% -
XYZ 14.42 8.49 48.45 -
YUV 80.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 87 56 188 0.54 0.70 0 0.26 254.09 0.54 0.48
Hex 57 38 BC 36 46 0 1A FE 36 30
Octal 127 70 274 66 106 0 32 376 66 60
Binary 1010111 111000 10111100 110110 1000110 0 11010 11111110 110110 110000

Color Harmonies of #5738BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5738BC

Black with #5738BC

Text Example


Text Example

White with #5738BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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