Html Css Color HEX #5715D8 Han Purple

📋 copy color: '#5715D8'

red 87 ◦ green 21 ◦ blue 216

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

Shades of Han Purple #5715D8

Tints of Han Purple #5715D8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 216 (84.77% from 255) = 66.67%

R = 26.85%
G = 6.48%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5715D8 (or 0x5715D8) is known color: Han Purple. HEX triplet: 57, 15 and D8. RGB value is (87,21,216). Sum of RGB (Red+Green+Blue) = 87+21+216=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 216 (84.77% from 255 or 66.67% from 324); Max value from RGB is 216 - color contains mainly: blue. Hex color #5715D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715D8 is #A8EA27. Grayscale: #3E3E3E. Windows color (decimal): -11069992 or 14161239. OLE color: 14161239.

HSL color Cylindrical-coordinate representation of color #5715D8: hue angle of 260.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5715D8 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 21 216 -
CMYK 0.60 0.90 0 0.15
HSL 260.31º 0.82% 0.46% -
HSV(B) 260.31º 0.9% 0.85% -
XYZ 16.59 7.52 65.54 -
YUV 62.96 214.37 145.14 -
System Red Green Blue C M Y K H S L
Decimal 87 21 216 0.60 0.90 0 0.15 260.31 0.82 0.46
Hex 57 15 D8 3C 5A 0 F 104 52 2E
Octal 127 25 330 74 132 0 17 404 122 56
Binary 1010111 10101 11011000 111100 1011010 0 1111 100000100 1010010 101110

Color Harmonies of #5715D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5715D8

Black with #5715D8

Text Example


Text Example

White with #5715D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5715D8; }

 p { color: rgb(87,21,216); }

 H1.HeaderClassName
 {
   color: #5715D8;
 }
 .AnyTagClassName
 {
   color: #5715D8;
 }
</style>

background-color css

<style>
 a { background-color: #5715D8; }

 a { background-color: rgb(87,21,216); }

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

border-color css

<style>
 span { border-color: #5715D8; }

 span { border-color: rgb(87,21,216); }

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