Html Css Color HEX #5725CF Purple Heart

📋 copy color: '#5725CF'

red 87 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #5725CF

Tints of Purple Heart #5725CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 26.28%
G = 11.18%
B = 62.54%

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

#5725CF (or 0x5725CF) is known color: Purple Heart. HEX triplet: 57, 25 and CF. RGB value is (87,37,207). Sum of RGB (Red+Green+Blue) = 87+37+207=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #5725CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725CF is #A8DA30. Grayscale: #464646. Windows color (decimal): -11065905 or 13575511. OLE color: 13575511.

HSL color Cylindrical-coordinate representation of color #5725CF: hue angle of 257.65º 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 #5725CF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 37 207 -
CMYK 0.58 0.82 0 0.19
HSL 257.65º 0.7% 0.48% -
HSV(B) 257.65º 0.82% 0.81% -
XYZ 15.85 7.85 59.71 -
YUV 71.33 204.57 139.18 -
System Red Green Blue C M Y K H S L
Decimal 87 37 207 0.58 0.82 0 0.19 257.65 0.7 0.48
Hex 57 25 CF 3A 52 0 13 102 46 30
Octal 127 45 317 72 122 0 23 402 106 60
Binary 1010111 100101 11001111 111010 1010010 0 10011 100000010 1000110 110000

Color Harmonies of #5725CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725CF

Black with #5725CF

Text Example


Text Example

White with #5725CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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