Html Css Color HEX #5710BC Purple Heart

📋 copy color: '#5710BC'

red 87 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #5710BC

Tints of Purple Heart #5710BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 29.9%
G = 5.5%
B = 64.6%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5710BC (or 0x5710BC) is known color: Purple Heart. HEX triplet: 57, 10 and BC. RGB value is (87,16,188). Sum of RGB (Red+Green+Blue) = 87+16+188=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #5710BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710BC is #A8EF43. Grayscale: #383838. Windows color (decimal): -11071300 or 12324951. OLE color: 12324951.

HSL color Cylindrical-coordinate representation of color #5710BC: hue angle of 264.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5710BC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 16 188 -
CMYK 0.54 0.91 0 0.26
HSL 264.77º 0.84% 0.4% -
HSV(B) 264.77º 0.91% 0.74% -
XYZ 13.19 6.03 48.05 -
YUV 56.84 202.02 149.51 -
System Red Green Blue C M Y K H S L
Decimal 87 16 188 0.54 0.91 0 0.26 264.77 0.84 0.4
Hex 57 10 BC 36 5B 0 1A 109 54 28
Octal 127 20 274 66 133 0 32 411 124 50
Binary 1010111 10000 10111100 110110 1011011 0 11010 100001001 1010100 101000

Color Harmonies of #5710BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5710BC

Black with #5710BC

Text Example


Text Example

White with #5710BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5710BC; }

 p { color: rgb(87,16,188); }

 H1.HeaderClassName
 {
   color: #5710BC;
 }
 .AnyTagClassName
 {
   color: #5710BC;
 }
</style>

background-color css

<style>
 a { background-color: #5710BC; }

 a { background-color: rgb(87,16,188); }

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

border-color css

<style>
 span { border-color: #5710BC; }

 span { border-color: rgb(87,16,188); }

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