Html Css Color HEX #5008FD Han Purple

📋 copy color: '#5008FD'

red 80 ◦ green 8 ◦ blue 253

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

Shades of Han Purple #5008FD

Tints of Han Purple #5008FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 23.46%
G = 2.35%
B = 74.19%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5008FD (or 0x5008FD) is known color: Han Purple. HEX triplet: 50, 08 and FD. RGB value is (80,8,253). Sum of RGB (Red+Green+Blue) = 80+8+253=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5008FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5008FD is #AFF702. Grayscale: #383838. Windows color (decimal): -11532035 or 16582736. OLE color: 16582736.

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

Color convert

RGB 80 8 253 -
CMYK 0.68 0.97 0 0.01
HSL 257.63º 0.98% 0.51% -
HSV(B) 257.63º 0.97% 0.99% -
XYZ 21.12 8.97 93.55 -
YUV 57.46 238.35 144.08 -
System Red Green Blue C M Y K H S L
Decimal 80 8 253 0.68 0.97 0 0.01 257.63 0.98 0.51
Hex 50 8 FD 44 61 0 1 102 62 33
Octal 120 10 375 104 141 0 1 402 142 63
Binary 1010000 1000 11111101 1000100 1100001 0 1 100000010 1100010 110011

Color Harmonies of #5008FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008FD

Black with #5008FD

Text Example


Text Example

White with #5008FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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