Html Css Color HEX #571BCE Purple Heart

📋 copy color: '#571BCE'

red 87 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #571BCE

Tints of Purple Heart #571BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 27.19%
G = 8.44%
B = 64.38%

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

#571BCE (or 0x571BCE) is known color: Purple Heart. HEX triplet: 57, 1B and CE. RGB value is (87,27,206). Sum of RGB (Red+Green+Blue) = 87+27+206=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #571BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BCE is #A8E431. Grayscale: #404040. Windows color (decimal): -11068466 or 13507415. OLE color: 13507415.

HSL color Cylindrical-coordinate representation of color #571BCE: hue angle of 260.11º 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 #571BCE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 27 206 -
CMYK 0.58 0.87 0 0.19
HSL 260.11º 0.77% 0.46% -
HSV(B) 260.11º 0.87% 0.81% -
XYZ 15.46 7.27 58.98 -
YUV 65.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 87 27 206 0.58 0.87 0 0.19 260.11 0.77 0.46
Hex 57 1B CE 3A 57 0 13 104 4D 2E
Octal 127 33 316 72 127 0 23 404 115 56
Binary 1010111 11011 11001110 111010 1010111 0 10011 100000100 1001101 101110

Color Harmonies of #571BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BCE

Black with #571BCE

Text Example


Text Example

White with #571BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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