Html Css Color HEX #4F0DFF Han Purple

📋 copy color: '#4F0DFF'

red 79 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #4F0DFF

Tints of Han Purple #4F0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 255 (100% from 255) = 73.49%

R = 22.77%
G = 3.75%
B = 73.49%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F0DFF (or 0x4F0DFF) is known color: Han Purple. HEX triplet: 4F, 0D and FF. RGB value is (79,13,255). Sum of RGB (Red+Green+Blue) = 79+13+255=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DFF is #B0F200. Grayscale: #3B3B3B. Windows color (decimal): -11596289 or 16715087. OLE color: 16715087.

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

Color convert

RGB 79 13 255 -
CMYK 0.69 0.95 0 0
HSL 256.36º 1% 0.53% -
HSV(B) 256.36º 0.95% 1% -
XYZ 21.42 9.17 95.25 -
YUV 60.32 237.87 141.32 -
System Red Green Blue C M Y K H S L
Decimal 79 13 255 0.69 0.95 0 0 256.36 1 0.53
Hex 4F D FF 45 5F 0 0 100 64 35
Octal 117 15 377 105 137 0 0 400 144 65
Binary 1001111 1101 11111111 1000101 1011111 0 0 100000000 1100100 110101

Color Harmonies of #4F0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0DFF

Black with #4F0DFF

Text Example


Text Example

White with #4F0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,255); }

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

background-color css

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

 a { background-color: rgb(79,13,255); }

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

border-color css

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

 span { border-color: rgb(79,13,255); }

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