Html Css Color HEX #5706BC Purple Heart

📋 copy color: '#5706BC'

red 87 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #5706BC

Tints of Purple Heart #5706BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 30.96%
G = 2.14%
B = 66.9%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5706BC (or 0x5706BC) is known color: Purple Heart. HEX triplet: 57, 06 and BC. RGB value is (87,6,188). Sum of RGB (Red+Green+Blue) = 87+6+188=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #5706BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706BC is #A8F943. Grayscale: #323232. Windows color (decimal): -11073860 or 12322391. OLE color: 12322391.

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

Color convert

RGB 87 6 188 -
CMYK 0.54 0.97 0 0.26
HSL 266.7º 0.94% 0.38% -
HSV(B) 266.7º 0.97% 0.74% -
XYZ 13.07 5.79 48.01 -
YUV 50.97 205.34 153.7 -
System Red Green Blue C M Y K H S L
Decimal 87 6 188 0.54 0.97 0 0.26 266.7 0.94 0.38
Hex 57 6 BC 36 61 0 1A 10B 5E 26
Octal 127 6 274 66 141 0 32 413 136 46
Binary 1010111 110 10111100 110110 1100001 0 11010 100001011 1011110 100110

Color Harmonies of #5706BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706BC

Black with #5706BC

Text Example


Text Example

White with #5706BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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