Html Css Color HEX #572ECB Purple Heart

📋 copy color: '#572ECB'

red 87 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #572ECB

Tints of Purple Heart #572ECB

RGB

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

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

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

R = 25.89%
G = 13.69%
B = 60.42%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#572ECB (or 0x572ECB) is known color: Purple Heart. HEX triplet: 57, 2E and CB. RGB value is (87,46,203). Sum of RGB (Red+Green+Blue) = 87+46+203=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #572ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECB is #A8D134. Grayscale: #4B4B4B. Windows color (decimal): -11063605 or 13315671. OLE color: 13315671.

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

Color convert

RGB 87 46 203 -
CMYK 0.57 0.77 0 0.20
HSL 255.67º 0.63% 0.49% -
HSV(B) 255.67º 0.77% 0.8% -
XYZ 15.69 8.29 57.27 -
YUV 76.16 199.58 135.73 -
System Red Green Blue C M Y K H S L
Decimal 87 46 203 0.57 0.77 0 0.20 255.67 0.63 0.49
Hex 57 2E CB 39 4D 0 14 100 3F 31
Octal 127 56 313 71 115 0 24 400 77 61
Binary 1010111 101110 11001011 111001 1001101 0 10100 100000000 111111 110001

Color Harmonies of #572ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ECB

Black with #572ECB

Text Example


Text Example

White with #572ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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