Html Css Color HEX #571BCB Purple Heart

📋 copy color: '#571BCB'

red 87 ◦ green 27 ◦ blue 203

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

Shades of Purple Heart #571BCB

Tints of Purple Heart #571BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.04%

R = 27.44%
G = 8.52%
B = 64.04%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#571BCB (or 0x571BCB) is known color: Purple Heart. HEX triplet: 57, 1B and CB. RGB value is (87,27,203). Sum of RGB (Red+Green+Blue) = 87+27+203=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #571BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BCB is #A8E434. Grayscale: #404040. Windows color (decimal): -11068469 or 13310807. OLE color: 13310807.

HSL color Cylindrical-coordinate representation of color #571BCB: hue angle of 260.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571BCB is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 27 203 -
CMYK 0.57 0.87 0 0.20
HSL 260.45º 0.77% 0.45% -
HSV(B) 260.45º 0.87% 0.8% -
XYZ 15.1 7.12 57.08 -
YUV 65 205.88 143.69 -
System Red Green Blue C M Y K H S L
Decimal 87 27 203 0.57 0.87 0 0.20 260.45 0.77 0.45
Hex 57 1B CB 39 57 0 14 104 4D 2D
Octal 127 33 313 71 127 0 24 404 115 55
Binary 1010111 11011 11001011 111001 1010111 0 10100 100000100 1001101 101101

Color Harmonies of #571BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BCB

Black with #571BCB

Text Example


Text Example

White with #571BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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