Html Css Color HEX #5812FD Han Purple

📋 copy color: '#5812FD'

red 88 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #5812FD

Tints of Han Purple #5812FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

 BLUE value IS 253 (99.22% from 255) = 70.47%

R = 24.51%
G = 5.01%
B = 70.47%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5812FD (or 0x5812FD) is known color: Han Purple. HEX triplet: 58, 12 and FD. RGB value is (88,18,253). Sum of RGB (Red+Green+Blue) = 88+18+253=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #5812FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5812FD is #A7ED02. Grayscale: #404040. Windows color (decimal): -11005187 or 16585304. OLE color: 16585304.

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

Color convert

RGB 88 18 253 -
CMYK 0.65 0.93 0 0.01
HSL 257.87º 0.98% 0.53% -
HSV(B) 257.87º 0.93% 0.99% -
XYZ 21.97 9.6 93.62 -
YUV 65.72 233.69 143.89 -
System Red Green Blue C M Y K H S L
Decimal 88 18 253 0.65 0.93 0 0.01 257.87 0.98 0.53
Hex 58 12 FD 41 5D 0 1 102 62 35
Octal 130 22 375 101 135 0 1 402 142 65
Binary 1011000 10010 11111101 1000001 1011101 0 1 100000010 1100010 110101

Color Harmonies of #5812FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5812FD

Black with #5812FD

Text Example


Text Example

White with #5812FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5812FD; }

 p { color: rgb(88,18,253); }

 H1.HeaderClassName
 {
   color: #5812FD;
 }
 .AnyTagClassName
 {
   color: #5812FD;
 }
</style>

background-color css

<style>
 a { background-color: #5812FD; }

 a { background-color: rgb(88,18,253); }

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

border-color css

<style>
 span { border-color: #5812FD; }

 span { border-color: rgb(88,18,253); }

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