Html Css Color HEX #571BCF Purple Heart

📋 copy color: '#571BCF'

red 87 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #571BCF

Tints of Purple Heart #571BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

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

R = 27.1%
G = 8.41%
B = 64.49%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#571BCF (or 0x571BCF) is known color: Purple Heart. HEX triplet: 57, 1B and CF. RGB value is (87,27,207). Sum of RGB (Red+Green+Blue) = 87+27+207=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #571BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BCF is #A8E430. Grayscale: #404040. Windows color (decimal): -11068465 or 13572951. OLE color: 13572951.

HSL color Cylindrical-coordinate representation of color #571BCF: hue angle of 260º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571BCF is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 27 207 -
CMYK 0.58 0.87 0 0.19
HSL 260º 0.77% 0.46% -
HSV(B) 260º 0.87% 0.81% -
XYZ 15.58 7.32 59.62 -
YUV 65.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 87 27 207 0.58 0.87 0 0.19 260 0.77 0.46
Hex 57 1B CF 3A 57 0 13 104 4D 2E
Octal 127 33 317 72 127 0 23 404 115 56
Binary 1010111 11011 11001111 111010 1010111 0 10011 100000100 1001101 101110

Color Harmonies of #571BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BCF

Black with #571BCF

Text Example


Text Example

White with #571BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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