Html Css Color HEX #5715CF Purple Heart

📋 copy color: '#5715CF'

red 87 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #5715CF

Tints of Purple Heart #5715CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 27.62%
G = 6.67%
B = 65.71%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5715CF (or 0x5715CF) is known color: Purple Heart. HEX triplet: 57, 15 and CF. RGB value is (87,21,207). Sum of RGB (Red+Green+Blue) = 87+21+207=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #5715CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715CF is #A8EA30. Grayscale: #3D3D3D. Windows color (decimal): -11070001 or 13571415. OLE color: 13571415.

HSL color Cylindrical-coordinate representation of color #5715CF: hue angle of 261.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5715CF is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 21 207 -
CMYK 0.58 0.90 0 0.19
HSL 261.29º 0.82% 0.45% -
HSV(B) 261.29º 0.9% 0.81% -
XYZ 15.46 7.07 59.58 -
YUV 61.94 209.87 145.88 -
System Red Green Blue C M Y K H S L
Decimal 87 21 207 0.58 0.90 0 0.19 261.29 0.82 0.45
Hex 57 15 CF 3A 5A 0 13 105 52 2D
Octal 127 25 317 72 132 0 23 405 122 55
Binary 1010111 10101 11001111 111010 1011010 0 10011 100000101 1010010 101101

Color Harmonies of #5715CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5715CF

Black with #5715CF

Text Example


Text Example

White with #5715CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5715CF; }

 p { color: rgb(87,21,207); }

 H1.HeaderClassName
 {
   color: #5715CF;
 }
 .AnyTagClassName
 {
   color: #5715CF;
 }
</style>

background-color css

<style>
 a { background-color: #5715CF; }

 a { background-color: rgb(87,21,207); }

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

border-color css

<style>
 span { border-color: #5715CF; }

 span { border-color: rgb(87,21,207); }

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