Html Css Color HEX #5703CF Purple Heart

📋 copy color: '#5703CF'

red 87 ◦ green 3 ◦ blue 207

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

Shades of Purple Heart #5703CF

Tints of Purple Heart #5703CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 29.29%
G = 1.01%
B = 69.7%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5703CF (or 0x5703CF) is known color: Purple Heart. HEX triplet: 57, 03 and CF. RGB value is (87,3,207). Sum of RGB (Red+Green+Blue) = 87+3+207=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #5703CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5703CF is #A8FC30. Grayscale: #323232. Windows color (decimal): -11074609 or 13566807. OLE color: 13566807.

HSL color Cylindrical-coordinate representation of color #5703CF: hue angle of 264.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5703CF is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 3 207 -
CMYK 0.58 0.99 0 0.19
HSL 264.71º 0.97% 0.41% -
HSV(B) 264.71º 0.99% 0.81% -
XYZ 15.23 6.6 59.5 -
YUV 51.37 215.83 153.41 -
System Red Green Blue C M Y K H S L
Decimal 87 3 207 0.58 0.99 0 0.19 264.71 0.97 0.41
Hex 57 3 CF 3A 63 0 13 109 61 29
Octal 127 3 317 72 143 0 23 411 141 51
Binary 1010111 11 11001111 111010 1100011 0 10011 100001001 1100001 101001

Color Harmonies of #5703CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5703CF

Black with #5703CF

Text Example


Text Example

White with #5703CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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