Html Css Color HEX #572ECA Purple Heart

📋 copy color: '#572ECA'

red 87 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #572ECA

Tints of Purple Heart #572ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 25.97%
G = 13.73%
B = 60.3%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#572ECA (or 0x572ECA) is known color: Purple Heart. HEX triplet: 57, 2E and CA. RGB value is (87,46,202). Sum of RGB (Red+Green+Blue) = 87+46+202=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #572ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECA is #A8D135. Grayscale: #4B4B4B. Windows color (decimal): -11063606 or 13250135. OLE color: 13250135.

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

Color convert

RGB 87 46 202 -
CMYK 0.57 0.77 0 0.21
HSL 255.77º 0.63% 0.49% -
HSV(B) 255.77º 0.77% 0.79% -
XYZ 15.57 8.24 56.65 -
YUV 76.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 87 46 202 0.57 0.77 0 0.21 255.77 0.63 0.49
Hex 57 2E CA 39 4D 0 15 100 3F 31
Octal 127 56 312 71 115 0 25 400 77 61
Binary 1010111 101110 11001010 111001 1001101 0 10101 100000000 111111 110001

Color Harmonies of #572ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572ECA

Black with #572ECA

Text Example


Text Example

White with #572ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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