Html Css Color HEX #4F00DE Han Purple

📋 copy color: '#4F00DE'

red 79 ◦ green 0 ◦ blue 222

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

Shades of Han Purple #4F00DE

Tints of Han Purple #4F00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 26.25%
G = 0%
B = 73.75%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F00DE (or 0x4F00DE) is known color: Han Purple. HEX triplet: 4F, 00 and DE. RGB value is (79,0,222). Sum of RGB (Red+Green+Blue) = 79+0+222=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F00DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00DE is #B0FF21. Grayscale: #303030. Windows color (decimal): -11599650 or 14549071. OLE color: 14549071.

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

Color convert

RGB 79 0 222 -
CMYK 0.64 1 0 0.13
HSL 261.35º 1% 0.44% -
HSV(B) 261.35º 1% 0.87% -
XYZ 16.41 6.94 69.58 -
YUV 48.93 225.67 149.45 -
System Red Green Blue C M Y K H S L
Decimal 79 0 222 0.64 1 0 0.13 261.35 1 0.44
Hex 4F 0 DE 40 64 0 D 105 64 2C
Octal 117 0 336 100 144 0 15 405 144 54
Binary 1001111 0 11011110 1000000 1100100 0 1101 100000101 1100100 101100

Color Harmonies of #4F00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F00DE

Black with #4F00DE

Text Example


Text Example

White with #4F00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,222); }

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

background-color css

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

 a { background-color: rgb(79,0,222); }

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

border-color css

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

 span { border-color: rgb(79,0,222); }

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