Html Css Color HEX #5309FE Han Purple

📋 copy color: '#5309FE'

red 83 ◦ green 9 ◦ blue 254

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

Shades of Han Purple #5309FE

Tints of Han Purple #5309FE

RGB

 RED value IS 83 (32.81% from 255) = 23.99%

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 254 (99.61% from 255) = 73.41%

R = 23.99%
G = 2.6%
B = 73.41%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5309FE (or 0x5309FE) is known color: Han Purple. HEX triplet: 53, 09 and FE. RGB value is (83,9,254). Sum of RGB (Red+Green+Blue) = 83+9+254=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #5309FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5309FE is #ACF601. Grayscale: #3A3A3A. Windows color (decimal): -11335170 or 16648531. OLE color: 16648531.

HSL color Cylindrical-coordinate representation of color #5309FE: hue angle of 258.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5309FE is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 9 254 -
CMYK 0.67 0.96 0 0.00
HSL 258.12º 0.99% 0.52% -
HSV(B) 258.12º 0.96% 1% -
XYZ 21.55 9.19 94.4 -
YUV 59.06 238.02 145.08 -
System Red Green Blue C M Y K H S L
Decimal 83 9 254 0.67 0.96 0 0.00 258.12 0.99 0.52
Hex 53 9 FE 43 60 0 0 102 63 34
Octal 123 11 376 103 140 0 0 402 143 64
Binary 1010011 1001 11111110 1000011 1100000 0 0 100000010 1100011 110100

Color Harmonies of #5309FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5309FE

Black with #5309FE

Text Example


Text Example

White with #5309FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5309FE; }

 p { color: rgb(83,9,254); }

 H1.HeaderClassName
 {
   color: #5309FE;
 }
 .AnyTagClassName
 {
   color: #5309FE;
 }
</style>

background-color css

<style>
 a { background-color: #5309FE; }

 a { background-color: rgb(83,9,254); }

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

border-color css

<style>
 span { border-color: #5309FE; }

 span { border-color: rgb(83,9,254); }

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