Html Css Color HEX #4F10FD Han Purple

📋 copy color: '#4F10FD'

red 79 ◦ green 16 ◦ blue 253

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

Shades of Han Purple #4F10FD

Tints of Han Purple #4F10FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.6%

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

R = 22.7%
G = 4.6%
B = 72.7%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F10FD (or 0x4F10FD) is known color: Han Purple. HEX triplet: 4F, 10 and FD. RGB value is (79,16,253). Sum of RGB (Red+Green+Blue) = 79+16+253=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F10FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F10FD is #B0EF02. Grayscale: #3C3C3C. Windows color (decimal): -11595523 or 16584783. OLE color: 16584783.

HSL color Cylindrical-coordinate representation of color #4F10FD: hue angle of 255.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F10FD is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 16 253 -
CMYK 0.69 0.94 0 0.01
HSL 255.95º 0.98% 0.53% -
HSV(B) 255.95º 0.94% 0.99% -
XYZ 21.14 9.12 93.58 -
YUV 61.86 235.87 140.23 -
System Red Green Blue C M Y K H S L
Decimal 79 16 253 0.69 0.94 0 0.01 255.95 0.98 0.53
Hex 4F 10 FD 45 5E 0 1 100 62 35
Octal 117 20 375 105 136 0 1 400 142 65
Binary 1001111 10000 11111101 1000101 1011110 0 1 100000000 1100010 110101

Color Harmonies of #4F10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F10FD

Black with #4F10FD

Text Example


Text Example

White with #4F10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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