Html Css Color HEX #4F06FD Han Purple

📋 copy color: '#4F06FD'

red 79 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #4F06FD

Tints of Han Purple #4F06FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 23.37%
G = 1.78%
B = 74.85%

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

#4F06FD (or 0x4F06FD) is known color: Han Purple. HEX triplet: 4F, 06 and FD. RGB value is (79,6,253). Sum of RGB (Red+Green+Blue) = 79+6+253=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F06FD is #B0F902. Grayscale: #373737. Windows color (decimal): -11598083 or 16582223. OLE color: 16582223.

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

Color convert

RGB 79 6 253 -
CMYK 0.69 0.98 0 0.01
HSL 257.73º 0.98% 0.51% -
HSV(B) 257.73º 0.98% 0.99% -
XYZ 21.02 8.88 93.54 -
YUV 55.99 239.18 144.42 -
System Red Green Blue C M Y K H S L
Decimal 79 6 253 0.69 0.98 0 0.01 257.73 0.98 0.51
Hex 4F 6 FD 45 62 0 1 102 62 33
Octal 117 6 375 105 142 0 1 402 142 63
Binary 1001111 110 11111101 1000101 1100010 0 1 100000010 1100010 110011

Color Harmonies of #4F06FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06FD

Black with #4F06FD

Text Example


Text Example

White with #4F06FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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