Html Css Color HEX #5727DD Han Purple

📋 copy color: '#5727DD'

red 87 ◦ green 39 ◦ blue 221

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

Shades of Han Purple #5727DD

Tints of Han Purple #5727DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 25.07%
G = 11.24%
B = 63.69%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5727DD (or 0x5727DD) is known color: Han Purple. HEX triplet: 57, 27 and DD. RGB value is (87,39,221). Sum of RGB (Red+Green+Blue) = 87+39+221=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #5727DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5727DD is #A8D822. Grayscale: #494949. Windows color (decimal): -11065379 or 14493527. OLE color: 14493527.

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

Color convert

RGB 87 39 221 -
CMYK 0.61 0.82 0 0.13
HSL 255.82º 0.73% 0.51% -
HSV(B) 255.82º 0.82% 0.87% -
XYZ 17.71 8.7 69.15 -
YUV 74.1 210.9 137.2 -
System Red Green Blue C M Y K H S L
Decimal 87 39 221 0.61 0.82 0 0.13 255.82 0.73 0.51
Hex 57 27 DD 3D 52 0 D 100 49 33
Octal 127 47 335 75 122 0 15 400 111 63
Binary 1010111 100111 11011101 111101 1010010 0 1101 100000000 1001001 110011

Color Harmonies of #5727DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5727DD

Black with #5727DD

Text Example


Text Example

White with #5727DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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