Html Css Color HEX #5009FD Han Purple

📋 copy color: '#5009FD'

red 80 ◦ green 9 ◦ blue 253

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

Shades of Han Purple #5009FD

Tints of Han Purple #5009FD

RGB

 RED value IS 80 (31.64% from 255) = 23.39%

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

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

R = 23.39%
G = 2.63%
B = 73.98%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5009FD (or 0x5009FD) is known color: Han Purple. HEX triplet: 50, 09 and FD. RGB value is (80,9,253). Sum of RGB (Red+Green+Blue) = 80+9+253=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #5009FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5009FD is #AFF602. Grayscale: #393939. Windows color (decimal): -11531779 or 16582992. OLE color: 16582992.

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

Color convert

RGB 80 9 253 -
CMYK 0.68 0.96 0 0.01
HSL 257.46º 0.98% 0.51% -
HSV(B) 257.46º 0.96% 0.99% -
XYZ 21.14 8.99 93.55 -
YUV 58.05 238.02 143.66 -
System Red Green Blue C M Y K H S L
Decimal 80 9 253 0.68 0.96 0 0.01 257.46 0.98 0.51
Hex 50 9 FD 44 60 0 1 101 62 33
Octal 120 11 375 104 140 0 1 401 142 63
Binary 1010000 1001 11111101 1000100 1100000 0 1 100000001 1100010 110011

Color Harmonies of #5009FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5009FD

Black with #5009FD

Text Example


Text Example

White with #5009FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,9,253); }

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

background-color css

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

 a { background-color: rgb(80,9,253); }

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

border-color css

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

 span { border-color: rgb(80,9,253); }

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