Html Css Color HEX #5004FC Han Purple

📋 copy color: '#5004FC'

red 80 ◦ green 4 ◦ blue 252

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

Shades of Han Purple #5004FC

Tints of Han Purple #5004FC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 23.81%
G = 1.19%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5004FC (or 0x5004FC) is known color: Han Purple. HEX triplet: 50, 04 and FC. RGB value is (80,4,252). Sum of RGB (Red+Green+Blue) = 80+4+252=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #5004FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004FC is #AFFB03. Grayscale: #363636. Windows color (decimal): -11533060 or 16516176. OLE color: 16516176.

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

Color convert

RGB 80 4 252 -
CMYK 0.68 0.98 0 0.01
HSL 258.39º 0.98% 0.5% -
HSV(B) 258.39º 0.98% 0.99% -
XYZ 20.92 8.82 92.7 -
YUV 55 239.18 145.83 -
System Red Green Blue C M Y K H S L
Decimal 80 4 252 0.68 0.98 0 0.01 258.39 0.98 0.5
Hex 50 4 FC 44 62 0 1 102 62 32
Octal 120 4 374 104 142 0 1 402 142 62
Binary 1010000 100 11111100 1000100 1100010 0 1 100000010 1100010 110010

Color Harmonies of #5004FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004FC

Black with #5004FC

Text Example


Text Example

White with #5004FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,252); }

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

background-color css

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

 a { background-color: rgb(80,4,252); }

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

border-color css

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

 span { border-color: rgb(80,4,252); }

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