Html Css Color HEX #4F0DFC Han Purple

📋 copy color: '#4F0DFC'

red 79 ◦ green 13 ◦ blue 252

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

Shades of Han Purple #4F0DFC

Tints of Han Purple #4F0DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.26%

R = 22.97%
G = 3.78%
B = 73.26%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4F0DFC (or 0x4F0DFC) is known color: Han Purple. HEX triplet: 4F, 0D and FC. RGB value is (79,13,252). Sum of RGB (Red+Green+Blue) = 79+13+252=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F0DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DFC is #B0F203. Grayscale: #3B3B3B. Windows color (decimal): -11596292 or 16518479. OLE color: 16518479.

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

Color convert

RGB 79 13 252 -
CMYK 0.69 0.95 0 0.01
HSL 256.57º 0.98% 0.52% -
HSV(B) 256.57º 0.95% 0.99% -
XYZ 20.94 8.98 92.72 -
YUV 59.98 236.37 141.57 -
System Red Green Blue C M Y K H S L
Decimal 79 13 252 0.69 0.95 0 0.01 256.57 0.98 0.52
Hex 4F D FC 45 5F 0 1 101 62 34
Octal 117 15 374 105 137 0 1 401 142 64
Binary 1001111 1101 11111100 1000101 1011111 0 1 100000001 1100010 110100

Color Harmonies of #4F0DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0DFC

Black with #4F0DFC

Text Example


Text Example

White with #4F0DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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