Html Css Color HEX #5706C7 Purple Heart

📋 copy color: '#5706C7'

red 87 ◦ green 6 ◦ blue 199

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

Shades of Purple Heart #5706C7

Tints of Purple Heart #5706C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 68.15%

R = 29.79%
G = 2.05%
B = 68.15%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5706C7 (or 0x5706C7) is known color: Purple Heart. HEX triplet: 57, 06 and C7. RGB value is (87,6,199). Sum of RGB (Red+Green+Blue) = 87+6+199=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #5706C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5706C7 is #A8F938. Grayscale: #333333. Windows color (decimal): -11073849 or 13043287. OLE color: 13043287.

HSL color Cylindrical-coordinate representation of color #5706C7: hue angle of 265.18º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5706C7 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 6 199 -
CMYK 0.56 0.97 0 0.22
HSL 265.18º 0.94% 0.4% -
HSV(B) 265.18º 0.97% 0.78% -
XYZ 14.3 6.28 54.49 -
YUV 52.22 210.84 152.81 -
System Red Green Blue C M Y K H S L
Decimal 87 6 199 0.56 0.97 0 0.22 265.18 0.94 0.4
Hex 57 6 C7 38 61 0 16 109 5E 28
Octal 127 6 307 70 141 0 26 411 136 50
Binary 1010111 110 11000111 111000 1100001 0 10110 100001001 1011110 101000

Color Harmonies of #5706C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5706C7

Black with #5706C7

Text Example


Text Example

White with #5706C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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