Html Css Color HEX #4F13D5 Han Purple

📋 copy color: '#4F13D5'

red 79 ◦ green 19 ◦ blue 213

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

Shades of Han Purple #4F13D5

Tints of Han Purple #4F13D5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

 BLUE value IS 213 (83.59% from 255) = 68.49%

R = 25.4%
G = 6.11%
B = 68.49%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4F13D5 (or 0x4F13D5) is known color: Han Purple. HEX triplet: 4F, 13 and D5. RGB value is (79,19,213). Sum of RGB (Red+Green+Blue) = 79+19+213=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F13D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F13D5 is #B0EC2A. Grayscale: #3A3A3A. Windows color (decimal): -11594795 or 13964111. OLE color: 13964111.

HSL color Cylindrical-coordinate representation of color #4F13D5: hue angle of 258.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F13D5 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 19 213 -
CMYK 0.63 0.91 0 0.16
HSL 258.56º 0.84% 0.45% -
HSV(B) 258.56º 0.91% 0.84% -
XYZ 15.47 6.93 63.47 -
YUV 59.06 214.88 142.23 -
System Red Green Blue C M Y K H S L
Decimal 79 19 213 0.63 0.91 0 0.16 258.56 0.84 0.45
Hex 4F 13 D5 3F 5B 0 10 103 54 2D
Octal 117 23 325 77 133 0 20 403 124 55
Binary 1001111 10011 11010101 111111 1011011 0 10000 100000011 1010100 101101

Color Harmonies of #4F13D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F13D5

Black with #4F13D5

Text Example


Text Example

White with #4F13D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,213); }

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

background-color css

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

 a { background-color: rgb(79,19,213); }

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

border-color css

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

 span { border-color: rgb(79,19,213); }

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