Html Css Color HEX #5700CE Purple Heart

📋 copy color: '#5700CE'

red 87 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #5700CE

Tints of Purple Heart #5700CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 29.69%
G = 0%
B = 70.31%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5700CE (or 0x5700CE) is known color: Purple Heart. HEX triplet: 57, 00 and CE. RGB value is (87,0,206). Sum of RGB (Red+Green+Blue) = 87+0+206=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #5700CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700CE is #A8FF31. Grayscale: #303030. Windows color (decimal): -11075378 or 13500503. OLE color: 13500503.

HSL color Cylindrical-coordinate representation of color #5700CE: hue angle of 265.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5700CE is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 0 206 -
CMYK 0.58 1 0 0.19
HSL 265.34º 1% 0.4% -
HSV(B) 265.34º 1% 0.81% -
XYZ 15.07 6.48 58.85 -
YUV 49.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 87 0 206 0.58 1 0 0.19 265.34 1 0.4
Hex 57 0 CE 3A 64 0 13 109 64 28
Octal 127 0 316 72 144 0 23 411 144 50
Binary 1010111 0 11001110 111010 1100100 0 10011 100001001 1100100 101000

Color Harmonies of #5700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700CE

Black with #5700CE

Text Example


Text Example

White with #5700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5700CE; }

 p { color: rgb(87,0,206); }

 H1.HeaderClassName
 {
   color: #5700CE;
 }
 .AnyTagClassName
 {
   color: #5700CE;
 }
</style>

background-color css

<style>
 a { background-color: #5700CE; }

 a { background-color: rgb(87,0,206); }

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

border-color css

<style>
 span { border-color: #5700CE; }

 span { border-color: rgb(87,0,206); }

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