Html Css Color HEX #5706BB Purple Heart

📋 copy color: '#5706BB'

red 87 ◦ green 6 ◦ blue 187

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

Shades of Purple Heart #5706BB

Tints of Purple Heart #5706BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 31.07%
G = 2.14%
B = 66.79%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5706BB (or 0x5706BB) is known color: Purple Heart. HEX triplet: 57, 06 and BB. RGB value is (87,6,187). Sum of RGB (Red+Green+Blue) = 87+6+187=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #5706BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706BB is #A8F944. Grayscale: #323232. Windows color (decimal): -11073861 or 12256855. OLE color: 12256855.

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

Color convert

RGB 87 6 187 -
CMYK 0.53 0.97 0 0.27
HSL 266.85º 0.94% 0.38% -
HSV(B) 266.85º 0.97% 0.73% -
XYZ 12.97 5.74 47.44 -
YUV 50.85 204.84 153.78 -
System Red Green Blue C M Y K H S L
Decimal 87 6 187 0.53 0.97 0 0.27 266.85 0.94 0.38
Hex 57 6 BB 35 61 0 1B 10B 5E 26
Octal 127 6 273 65 141 0 33 413 136 46
Binary 1010111 110 10111011 110101 1100001 0 11011 100001011 1011110 100110

Color Harmonies of #5706BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706BB

Black with #5706BB

Text Example


Text Example

White with #5706BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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