Html Css Color HEX #571DB5 Purple Heart

📋 copy color: '#571DB5'

red 87 ◦ green 29 ◦ blue 181

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

Shades of Purple Heart #571DB5

Tints of Purple Heart #571DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

 BLUE value IS 181 (71.09% from 255) = 60.94%

R = 29.29%
G = 9.76%
B = 60.94%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#571DB5 (or 0x571DB5) is known color: Purple Heart. HEX triplet: 57, 1D and B5. RGB value is (87,29,181). Sum of RGB (Red+Green+Blue) = 87+29+181=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #571DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571DB5 is #A8E24A. Grayscale: #3F3F3F. Windows color (decimal): -11067979 or 11869527. OLE color: 11869527.

HSL color Cylindrical-coordinate representation of color #571DB5: hue angle of 262.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #571DB5 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 29 181 -
CMYK 0.52 0.84 0 0.29
HSL 262.89º 0.72% 0.41% -
HSV(B) 262.89º 0.84% 0.71% -
XYZ 12.71 6.24 44.25 -
YUV 63.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 87 29 181 0.52 0.84 0 0.29 262.89 0.72 0.41
Hex 57 1D B5 34 54 0 1D 107 48 29
Octal 127 35 265 64 124 0 35 407 110 51
Binary 1010111 11101 10110101 110100 1010100 0 11101 100000111 1001000 101001

Color Harmonies of #571DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571DB5

Black with #571DB5

Text Example


Text Example

White with #571DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,29,181); }

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

background-color css

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

 a { background-color: rgb(87,29,181); }

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

border-color css

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

 span { border-color: rgb(87,29,181); }

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