Html Css Color HEX #572EBC Purple Heart

📋 copy color: '#572EBC'

red 87 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #572EBC

Tints of Purple Heart #572EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.33%

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 27.1%
G = 14.33%
B = 58.57%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#572EBC (or 0x572EBC) is known color: Purple Heart. HEX triplet: 57, 2E and BC. RGB value is (87,46,188). Sum of RGB (Red+Green+Blue) = 87+46+188=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #572EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EBC is #A8D143. Grayscale: #494949. Windows color (decimal): -11063620 or 12332631. OLE color: 12332631.

HSL color Cylindrical-coordinate representation of color #572EBC: hue angle of 257.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572EBC is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 46 188 -
CMYK 0.54 0.76 0 0.26
HSL 257.32º 0.61% 0.46% -
HSV(B) 257.32º 0.76% 0.74% -
XYZ 13.98 7.61 48.31 -
YUV 74.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 87 46 188 0.54 0.76 0 0.26 257.32 0.61 0.46
Hex 57 2E BC 36 4C 0 1A 101 3D 2E
Octal 127 56 274 66 114 0 32 401 75 56
Binary 1010111 101110 10111100 110110 1001100 0 11010 100000001 111101 101110

Color Harmonies of #572EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572EBC

Black with #572EBC

Text Example


Text Example

White with #572EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572EBC; }

 p { color: rgb(87,46,188); }

 H1.HeaderClassName
 {
   color: #572EBC;
 }
 .AnyTagClassName
 {
   color: #572EBC;
 }
</style>

background-color css

<style>
 a { background-color: #572EBC; }

 a { background-color: rgb(87,46,188); }

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

border-color css

<style>
 span { border-color: #572EBC; }

 span { border-color: rgb(87,46,188); }

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