Html Css Color HEX #571EBA Purple Heart

📋 copy color: '#571EBA'

red 87 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #571EBA

Tints of Purple Heart #571EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 28.71%
G = 9.9%
B = 61.39%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#571EBA (or 0x571EBA) is known color: Purple Heart. HEX triplet: 57, 1E and BA. RGB value is (87,30,186). Sum of RGB (Red+Green+Blue) = 87+30+186=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #571EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571EBA is #A8E145. Grayscale: #404040. Windows color (decimal): -11067718 or 12197463. OLE color: 12197463.

HSL color Cylindrical-coordinate representation of color #571EBA: hue angle of 261.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571EBA is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 30 186 -
CMYK 0.53 0.84 0 0.27
HSL 261.92º 0.72% 0.42% -
HSV(B) 261.92º 0.84% 0.73% -
XYZ 13.26 6.5 47.01 -
YUV 64.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 87 30 186 0.53 0.84 0 0.27 261.92 0.72 0.42
Hex 57 1E BA 35 54 0 1B 106 48 2A
Octal 127 36 272 65 124 0 33 406 110 52
Binary 1010111 11110 10111010 110101 1010100 0 11011 100000110 1001000 101010

Color Harmonies of #571EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EBA

Black with #571EBA

Text Example


Text Example

White with #571EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,30,186); }

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

background-color css

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

 a { background-color: rgb(87,30,186); }

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

border-color css

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

 span { border-color: rgb(87,30,186); }

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