Html Css Color HEX #5715FC Han Purple

📋 copy color: '#5715FC'

red 87 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #5715FC

Tints of Han Purple #5715FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70%

R = 24.17%
G = 5.83%
B = 70%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5715FC (or 0x5715FC) is known color: Han Purple. HEX triplet: 57, 15 and FC. RGB value is (87,21,252). Sum of RGB (Red+Green+Blue) = 87+21+252=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #5715FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5715FC is #A8EA03. Grayscale: #424242. Windows color (decimal): -11069956 or 16520535. OLE color: 16520535.

HSL color Cylindrical-coordinate representation of color #5715FC: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5715FC is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 21 252 -
CMYK 0.65 0.92 0 0.01
HSL 257.14º 0.97% 0.54% -
HSV(B) 257.14º 0.92% 0.99% -
XYZ 21.77 9.59 92.8 -
YUV 67.07 232.37 142.22 -
System Red Green Blue C M Y K H S L
Decimal 87 21 252 0.65 0.92 0 0.01 257.14 0.97 0.54
Hex 57 15 FC 41 5C 0 1 101 61 36
Octal 127 25 374 101 134 0 1 401 141 66
Binary 1010111 10101 11111100 1000001 1011100 0 1 100000001 1100001 110110

Color Harmonies of #5715FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5715FC

Black with #5715FC

Text Example


Text Example

White with #5715FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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