Html Css Color HEX #571CBC Purple Heart

📋 copy color: '#571CBC'

red 87 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #571CBC

Tints of Purple Heart #571CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 28.71%
G = 9.24%
B = 62.05%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#571CBC (or 0x571CBC) is known color: Purple Heart. HEX triplet: 57, 1C and BC. RGB value is (87,28,188). Sum of RGB (Red+Green+Blue) = 87+28+188=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #571CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CBC is #A8E343. Grayscale: #3F3F3F. Windows color (decimal): -11068228 or 12328023. OLE color: 12328023.

HSL color Cylindrical-coordinate representation of color #571CBC: hue angle of 262.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571CBC is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 28 188 -
CMYK 0.54 0.85 0 0.26
HSL 262.13º 0.74% 0.42% -
HSV(B) 262.13º 0.85% 0.74% -
XYZ 13.42 6.49 48.12 -
YUV 63.88 198.05 144.49 -
System Red Green Blue C M Y K H S L
Decimal 87 28 188 0.54 0.85 0 0.26 262.13 0.74 0.42
Hex 57 1C BC 36 55 0 1A 106 4A 2A
Octal 127 34 274 66 125 0 32 406 112 52
Binary 1010111 11100 10111100 110110 1010101 0 11010 100000110 1001010 101010

Color Harmonies of #571CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CBC

Black with #571CBC

Text Example


Text Example

White with #571CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571CBC; }

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

 H1.HeaderClassName
 {
   color: #571CBC;
 }
 .AnyTagClassName
 {
   color: #571CBC;
 }
</style>

background-color css

<style>
 a { background-color: #571CBC; }

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

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

border-color css

<style>
 span { border-color: #571CBC; }

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

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