Html Css Color HEX #4F2ADC Han Purple

📋 copy color: '#4F2ADC'

red 79 ◦ green 42 ◦ blue 220

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

Shades of Han Purple #4F2ADC

Tints of Han Purple #4F2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 23.17%
G = 12.32%
B = 64.52%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F2ADC (or 0x4F2ADC) is known color: Han Purple. HEX triplet: 4F, 2A and DC. RGB value is (79,42,220). Sum of RGB (Red+Green+Blue) = 79+42+220=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ADC is #B0D523. Grayscale: #484848. Windows color (decimal): -11588900 or 14428751. OLE color: 14428751.

HSL color Cylindrical-coordinate representation of color #4F2ADC: hue angle of 252.47º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F2ADC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 42 220 -
CMYK 0.64 0.81 0 0.14
HSL 252.47º 0.72% 0.51% -
HSV(B) 252.47º 0.81% 0.86% -
XYZ 16.97 8.49 68.45 -
YUV 73.36 210.76 132.03 -
System Red Green Blue C M Y K H S L
Decimal 79 42 220 0.64 0.81 0 0.14 252.47 0.72 0.51
Hex 4F 2A DC 40 51 0 E FC 48 33
Octal 117 52 334 100 121 0 16 374 110 63
Binary 1001111 101010 11011100 1000000 1010001 0 1110 11111100 1001000 110011

Color Harmonies of #4F2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2ADC

Black with #4F2ADC

Text Example


Text Example

White with #4F2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,42,220); }

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

background-color css

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

 a { background-color: rgb(79,42,220); }

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

border-color css

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

 span { border-color: rgb(79,42,220); }

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