Html Css Color HEX #5705BA Purple Heart

📋 copy color: '#5705BA'

red 87 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #5705BA

Tints of Purple Heart #5705BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 31.29%
G = 1.8%
B = 66.91%

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

#5705BA (or 0x5705BA) is known color: Purple Heart. HEX triplet: 57, 05 and BA. RGB value is (87,5,186). Sum of RGB (Red+Green+Blue) = 87+5+186=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #5705BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705BA is #A8FA45. Grayscale: #313131. Windows color (decimal): -11074118 or 12191063. OLE color: 12191063.

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

Color convert

RGB 87 5 186 -
CMYK 0.53 0.97 0 0.27
HSL 267.18º 0.95% 0.37% -
HSV(B) 267.18º 0.97% 0.73% -
XYZ 12.85 5.68 46.87 -
YUV 50.15 204.67 154.28 -
System Red Green Blue C M Y K H S L
Decimal 87 5 186 0.53 0.97 0 0.27 267.18 0.95 0.37
Hex 57 5 BA 35 61 0 1B 10B 5F 25
Octal 127 5 272 65 141 0 33 413 137 45
Binary 1010111 101 10111010 110101 1100001 0 11011 100001011 1011111 100101

Color Harmonies of #5705BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5705BA

Black with #5705BA

Text Example


Text Example

White with #5705BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5705BA; }

 p { color: rgb(87,5,186); }

 H1.HeaderClassName
 {
   color: #5705BA;
 }
 .AnyTagClassName
 {
   color: #5705BA;
 }
</style>

background-color css

<style>
 a { background-color: #5705BA; }

 a { background-color: rgb(87,5,186); }

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

border-color css

<style>
 span { border-color: #5705BA; }

 span { border-color: rgb(87,5,186); }

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