Html Css Color HEX #572EDD Purple Heart

📋 copy color: '#572EDD'

red 87 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #572EDD

Tints of Purple Heart #572EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 24.58%
G = 12.99%
B = 62.43%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#572EDD (or 0x572EDD) is known color: Purple Heart. HEX triplet: 57, 2E and DD. RGB value is (87,46,221). Sum of RGB (Red+Green+Blue) = 87+46+221=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #572EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EDD is #A8D122. Grayscale: #4D4D4D. Windows color (decimal): -11063587 or 14495319. OLE color: 14495319.

HSL color Cylindrical-coordinate representation of color #572EDD: hue angle of 254.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572EDD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 46 221 -
CMYK 0.61 0.79 0 0.13
HSL 254.06º 0.72% 0.52% -
HSV(B) 254.06º 0.79% 0.87% -
XYZ 17.96 9.2 69.24 -
YUV 78.21 208.58 134.27 -
System Red Green Blue C M Y K H S L
Decimal 87 46 221 0.61 0.79 0 0.13 254.06 0.72 0.52
Hex 57 2E DD 3D 4F 0 D FE 48 34
Octal 127 56 335 75 117 0 15 376 110 64
Binary 1010111 101110 11011101 111101 1001111 0 1101 11111110 1001000 110100

Color Harmonies of #572EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572EDD

Black with #572EDD

Text Example


Text Example

White with #572EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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