Html Css Color HEX #5706C9 Purple Heart

📋 copy color: '#5706C9'

red 87 ◦ green 6 ◦ blue 201

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

Shades of Purple Heart #5706C9

Tints of Purple Heart #5706C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.37%

R = 29.59%
G = 2.04%
B = 68.37%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5706C9 (or 0x5706C9) is known color: Purple Heart. HEX triplet: 57, 06 and C9. RGB value is (87,6,201). Sum of RGB (Red+Green+Blue) = 87+6+201=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #5706C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706C9 is #A8F936. Grayscale: #333333. Windows color (decimal): -11073847 or 13174359. OLE color: 13174359.

HSL color Cylindrical-coordinate representation of color #5706C9: hue angle of 264.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706C9 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 6 201 -
CMYK 0.57 0.97 0 0.21
HSL 264.92º 0.94% 0.41% -
HSV(B) 264.92º 0.97% 0.79% -
XYZ 14.54 6.37 55.72 -
YUV 52.45 211.84 152.64 -
System Red Green Blue C M Y K H S L
Decimal 87 6 201 0.57 0.97 0 0.21 264.92 0.94 0.41
Hex 57 6 C9 39 61 0 15 109 5E 29
Octal 127 6 311 71 141 0 25 411 136 51
Binary 1010111 110 11001001 111001 1100001 0 10101 100001001 1011110 101001

Color Harmonies of #5706C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706C9

Black with #5706C9

Text Example


Text Example

White with #5706C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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