Html Css Color HEX #4F1BDB Han Purple

📋 copy color: '#4F1BDB'

red 79 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #4F1BDB

Tints of Han Purple #4F1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 24.31%
G = 8.31%
B = 67.38%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F1BDB (or 0x4F1BDB) is known color: Han Purple. HEX triplet: 4F, 1B and DB. RGB value is (79,27,219). Sum of RGB (Red+Green+Blue) = 79+27+219=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F1BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1BDB is #B0E424. Grayscale: #3F3F3F. Windows color (decimal): -11592741 or 14359375. OLE color: 14359375.

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

Color convert

RGB 79 27 219 -
CMYK 0.64 0.88 0 0.14
HSL 256.25º 0.78% 0.48% -
HSV(B) 256.25º 0.88% 0.86% -
XYZ 16.4 7.56 67.61 -
YUV 64.44 215.23 138.39 -
System Red Green Blue C M Y K H S L
Decimal 79 27 219 0.64 0.88 0 0.14 256.25 0.78 0.48
Hex 4F 1B DB 40 58 0 E 100 4E 30
Octal 117 33 333 100 130 0 16 400 116 60
Binary 1001111 11011 11011011 1000000 1011000 0 1110 100000000 1001110 110000

Color Harmonies of #4F1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1BDB

Black with #4F1BDB

Text Example


Text Example

White with #4F1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,27,219); }

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

background-color css

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

 a { background-color: rgb(79,27,219); }

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

border-color css

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

 span { border-color: rgb(79,27,219); }

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