Html Css Color HEX #4F13DD Han Purple

📋 copy color: '#4F13DD'

red 79 ◦ green 19 ◦ blue 221

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

Shades of Han Purple #4F13DD

Tints of Han Purple #4F13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 24.76%
G = 5.96%
B = 69.28%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F13DD (or 0x4F13DD) is known color: Han Purple. HEX triplet: 4F, 13 and DD. RGB value is (79,19,221). Sum of RGB (Red+Green+Blue) = 79+19+221=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F13DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F13DD is #B0EC22. Grayscale: #3B3B3B. Windows color (decimal): -11594787 or 14488399. OLE color: 14488399.

HSL color Cylindrical-coordinate representation of color #4F13DD: hue angle of 257.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F13DD is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 19 221 -
CMYK 0.64 0.91 0 0.13
HSL 257.82º 0.84% 0.47% -
HSV(B) 257.82º 0.91% 0.87% -
XYZ 16.51 7.35 68.95 -
YUV 59.97 218.88 141.57 -
System Red Green Blue C M Y K H S L
Decimal 79 19 221 0.64 0.91 0 0.13 257.82 0.84 0.47
Hex 4F 13 DD 40 5B 0 D 102 54 2F
Octal 117 23 335 100 133 0 15 402 124 57
Binary 1001111 10011 11011101 1000000 1011011 0 1101 100000010 1010100 101111

Color Harmonies of #4F13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F13DD

Black with #4F13DD

Text Example


Text Example

White with #4F13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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