Html Css Color HEX #5725DD Han Purple

📋 copy color: '#5725DD'

red 87 ◦ green 37 ◦ blue 221

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

Shades of Han Purple #5725DD

Tints of Han Purple #5725DD

RGB

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

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

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

R = 25.22%
G = 10.72%
B = 64.06%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5725DD (or 0x5725DD) is known color: Han Purple. HEX triplet: 57, 25 and DD. RGB value is (87,37,221). Sum of RGB (Red+Green+Blue) = 87+37+221=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #5725DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725DD is #A8DA22. Grayscale: #484848. Windows color (decimal): -11065891 or 14493015. OLE color: 14493015.

HSL color Cylindrical-coordinate representation of color #5725DD: hue angle of 256.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5725DD is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 37 221 -
CMYK 0.61 0.83 0 0.13
HSL 256.3º 0.73% 0.51% -
HSV(B) 256.3º 0.83% 0.87% -
XYZ 17.64 8.57 69.13 -
YUV 72.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 87 37 221 0.61 0.83 0 0.13 256.3 0.73 0.51
Hex 57 25 DD 3D 53 0 D 100 49 33
Octal 127 45 335 75 123 0 15 400 111 63
Binary 1010111 100101 11011101 111101 1010011 0 1101 100000000 1001001 110011

Color Harmonies of #5725DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5725DD

Black with #5725DD

Text Example


Text Example

White with #5725DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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