Html Css Color HEX #5813FC Han Purple

📋 copy color: '#5813FC'

red 88 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #5813FC

Tints of Han Purple #5813FC

RGB

 RED value IS 88 (34.77% from 255) = 24.51%

 GREEN value IS 19 (7.81% from 255) = 5.29%

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

R = 24.51%
G = 5.29%
B = 70.19%

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

#5813FC (or 0x5813FC) is known color: Han Purple. HEX triplet: 58, 13 and FC. RGB value is (88,19,252). Sum of RGB (Red+Green+Blue) = 88+19+252=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #5813FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5813FC is #A7EC03. Grayscale: #414141. Windows color (decimal): -11004932 or 16520024. OLE color: 16520024.

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

Color convert

RGB 88 19 252 -
CMYK 0.65 0.92 0 0.01
HSL 257.77º 0.97% 0.53% -
HSV(B) 257.77º 0.92% 0.99% -
XYZ 21.83 9.57 92.79 -
YUV 66.19 232.86 143.55 -
System Red Green Blue C M Y K H S L
Decimal 88 19 252 0.65 0.92 0 0.01 257.77 0.97 0.53
Hex 58 13 FC 41 5C 0 1 102 61 35
Octal 130 23 374 101 134 0 1 402 141 65
Binary 1011000 10011 11111100 1000001 1011100 0 1 100000010 1100001 110101

Color Harmonies of #5813FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5813FC

Black with #5813FC

Text Example


Text Example

White with #5813FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,19,252); }

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

background-color css

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

 a { background-color: rgb(88,19,252); }

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

border-color css

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

 span { border-color: rgb(88,19,252); }

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