Html Css Color HEX #5725CE Purple Heart

📋 copy color: '#5725CE'

red 87 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #5725CE

Tints of Purple Heart #5725CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 26.36%
G = 11.21%
B = 62.42%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5725CE (or 0x5725CE) is known color: Purple Heart. HEX triplet: 57, 25 and CE. RGB value is (87,37,206). Sum of RGB (Red+Green+Blue) = 87+37+206=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #5725CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725CE is #A8DA31. Grayscale: #464646. Windows color (decimal): -11065906 or 13509975. OLE color: 13509975.

HSL color Cylindrical-coordinate representation of color #5725CE: hue angle of 257.75º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5725CE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 37 206 -
CMYK 0.58 0.82 0 0.19
HSL 257.75º 0.7% 0.48% -
HSV(B) 257.75º 0.82% 0.81% -
XYZ 15.73 7.81 59.07 -
YUV 71.22 204.07 139.26 -
System Red Green Blue C M Y K H S L
Decimal 87 37 206 0.58 0.82 0 0.19 257.75 0.7 0.48
Hex 57 25 CE 3A 52 0 13 102 46 30
Octal 127 45 316 72 122 0 23 402 106 60
Binary 1010111 100101 11001110 111010 1010010 0 10011 100000010 1000110 110000

Color Harmonies of #5725CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725CE

Black with #5725CE

Text Example


Text Example

White with #5725CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5725CE; }

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

 H1.HeaderClassName
 {
   color: #5725CE;
 }
 .AnyTagClassName
 {
   color: #5725CE;
 }
</style>

background-color css

<style>
 a { background-color: #5725CE; }

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

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

border-color css

<style>
 span { border-color: #5725CE; }

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

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