Html Css Color HEX #4F27DC Han Purple

📋 copy color: '#4F27DC'

red 79 ◦ green 39 ◦ blue 220

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

Shades of Han Purple #4F27DC

Tints of Han Purple #4F27DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 23.37%
G = 11.54%
B = 65.09%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F27DC (or 0x4F27DC) is known color: Han Purple. HEX triplet: 4F, 27 and DC. RGB value is (79,39,220). Sum of RGB (Red+Green+Blue) = 79+39+220=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F27DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27DC is #B0D823. Grayscale: #464646. Windows color (decimal): -11589668 or 14427983. OLE color: 14427983.

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

Color convert

RGB 79 39 220 -
CMYK 0.64 0.82 0 0.14
HSL 253.26º 0.72% 0.51% -
HSV(B) 253.26º 0.82% 0.86% -
XYZ 16.87 8.28 68.42 -
YUV 71.59 211.75 133.28 -
System Red Green Blue C M Y K H S L
Decimal 79 39 220 0.64 0.82 0 0.14 253.26 0.72 0.51
Hex 4F 27 DC 40 52 0 E FD 48 33
Octal 117 47 334 100 122 0 16 375 110 63
Binary 1001111 100111 11011100 1000000 1010010 0 1110 11111101 1001000 110011

Color Harmonies of #4F27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F27DC

Black with #4F27DC

Text Example


Text Example

White with #4F27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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