Html Css Color HEX #4F0DFA Han Purple

📋 copy color: '#4F0DFA'

red 79 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #4F0DFA

Tints of Han Purple #4F0DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 23.1%
G = 3.8%
B = 73.1%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F0DFA (or 0x4F0DFA) is known color: Han Purple. HEX triplet: 4F, 0D and FA. RGB value is (79,13,250). Sum of RGB (Red+Green+Blue) = 79+13+250=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F0DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DFA is #B0F205. Grayscale: #3A3A3A. Windows color (decimal): -11596294 or 16387407. OLE color: 16387407.

HSL color Cylindrical-coordinate representation of color #4F0DFA: hue angle of 256.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0DFA is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 13 250 -
CMYK 0.68 0.95 0 0.02
HSL 256.71º 0.96% 0.52% -
HSV(B) 256.71º 0.95% 0.98% -
XYZ 20.62 8.85 91.06 -
YUV 59.75 235.37 141.73 -
System Red Green Blue C M Y K H S L
Decimal 79 13 250 0.68 0.95 0 0.02 256.71 0.96 0.52
Hex 4F D FA 44 5F 0 2 101 60 34
Octal 117 15 372 104 137 0 2 401 140 64
Binary 1001111 1101 11111010 1000100 1011111 0 10 100000001 1100000 110100

Color Harmonies of #4F0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0DFA

Black with #4F0DFA

Text Example


Text Example

White with #4F0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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