Html Css Color HEX #572ECE Purple Heart

📋 copy color: '#572ECE'

red 87 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #572ECE

Tints of Purple Heart #572ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 25.66%
G = 13.57%
B = 60.77%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#572ECE (or 0x572ECE) is known color: Purple Heart. HEX triplet: 57, 2E and CE. RGB value is (87,46,206). Sum of RGB (Red+Green+Blue) = 87+46+206=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #572ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECE is #A8D131. Grayscale: #4B4B4B. Windows color (decimal): -11063602 or 13512279. OLE color: 13512279.

HSL color Cylindrical-coordinate representation of color #572ECE: hue angle of 255.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572ECE is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 46 206 -
CMYK 0.58 0.78 0 0.19
HSL 255.38º 0.63% 0.49% -
HSV(B) 255.38º 0.78% 0.81% -
XYZ 16.05 8.44 59.18 -
YUV 76.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 87 46 206 0.58 0.78 0 0.19 255.38 0.63 0.49
Hex 57 2E CE 3A 4E 0 13 FF 3F 31
Octal 127 56 316 72 116 0 23 377 77 61
Binary 1010111 101110 11001110 111010 1001110 0 10011 11111111 111111 110001

Color Harmonies of #572ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ECE

Black with #572ECE

Text Example


Text Example

White with #572ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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