Html Css Color HEX #4F04FD Han Purple

📋 copy color: '#4F04FD'

red 79 ◦ green 4 ◦ blue 253

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

Shades of Han Purple #4F04FD

Tints of Han Purple #4F04FD

RGB

 RED value IS 79 (31.25% from 255) = 23.51%

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

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

R = 23.51%
G = 1.19%
B = 75.3%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F04FD (or 0x4F04FD) is known color: Han Purple. HEX triplet: 4F, 04 and FD. RGB value is (79,4,253). Sum of RGB (Red+Green+Blue) = 79+4+253=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F04FD is #B0FB02. Grayscale: #353535. Windows color (decimal): -11598595 or 16581711. OLE color: 16581711.

HSL color Cylindrical-coordinate representation of color #4F04FD: hue angle of 258.07º 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 #4F04FD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 4 253 -
CMYK 0.69 0.98 0 0.01
HSL 258.07º 0.98% 0.5% -
HSV(B) 258.07º 0.98% 0.99% -
XYZ 21 8.84 93.53 -
YUV 54.81 239.85 145.25 -
System Red Green Blue C M Y K H S L
Decimal 79 4 253 0.69 0.98 0 0.01 258.07 0.98 0.5
Hex 4F 4 FD 45 62 0 1 102 62 32
Octal 117 4 375 105 142 0 1 402 142 62
Binary 1001111 100 11111101 1000101 1100010 0 1 100000010 1100010 110010

Color Harmonies of #4F04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F04FD

Black with #4F04FD

Text Example


Text Example

White with #4F04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F04FD; }

 p { color: rgb(79,4,253); }

 H1.HeaderClassName
 {
   color: #4F04FD;
 }
 .AnyTagClassName
 {
   color: #4F04FD;
 }
</style>

background-color css

<style>
 a { background-color: #4F04FD; }

 a { background-color: rgb(79,4,253); }

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

border-color css

<style>
 span { border-color: #4F04FD; }

 span { border-color: rgb(79,4,253); }

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