Html Css Color HEX #4F03DD Han Purple

📋 copy color: '#4F03DD'

red 79 ◦ green 3 ◦ blue 221

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

Shades of Han Purple #4F03DD

Tints of Han Purple #4F03DD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 26.07%
G = 0.99%
B = 72.94%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F03DD (or 0x4F03DD) is known color: Han Purple. HEX triplet: 4F, 03 and DD. RGB value is (79,3,221). Sum of RGB (Red+Green+Blue) = 79+3+221=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F03DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F03DD is #B0FC22. Grayscale: #313131. Windows color (decimal): -11598883 or 14484303. OLE color: 14484303.

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

Color convert

RGB 79 3 221 -
CMYK 0.64 0.99 0 0.13
HSL 260.92º 0.97% 0.44% -
HSV(B) 260.92º 0.99% 0.87% -
XYZ 16.31 6.95 68.89 -
YUV 50.58 224.18 148.27 -
System Red Green Blue C M Y K H S L
Decimal 79 3 221 0.64 0.99 0 0.13 260.92 0.97 0.44
Hex 4F 3 DD 40 63 0 D 105 61 2C
Octal 117 3 335 100 143 0 15 405 141 54
Binary 1001111 11 11011101 1000000 1100011 0 1101 100000101 1100001 101100

Color Harmonies of #4F03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F03DD

Black with #4F03DD

Text Example


Text Example

White with #4F03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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