Html Css Color HEX #4F0DEE Han Purple

📋 copy color: '#4F0DEE'

red 79 ◦ green 13 ◦ blue 238

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

Shades of Han Purple #4F0DEE

Tints of Han Purple #4F0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

 BLUE value IS 238 (93.36% from 255) = 72.12%

R = 23.94%
G = 3.94%
B = 72.12%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F0DEE (or 0x4F0DEE) is known color: Han Purple. HEX triplet: 4F, 0D and EE. RGB value is (79,13,238). Sum of RGB (Red+Green+Blue) = 79+13+238=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #4F0DEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DEE is #B0F211. Grayscale: #393939. Windows color (decimal): -11596306 or 15600975. OLE color: 15600975.

HSL color Cylindrical-coordinate representation of color #4F0DEE: hue angle of 257.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0DEE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 13 238 -
CMYK 0.67 0.95 0 0.07
HSL 257.6º 0.9% 0.49% -
HSV(B) 257.6º 0.95% 0.93% -
XYZ 18.8 8.12 81.47 -
YUV 58.38 229.37 142.7 -
System Red Green Blue C M Y K H S L
Decimal 79 13 238 0.67 0.95 0 0.07 257.6 0.9 0.49
Hex 4F D EE 43 5F 0 7 102 5A 31
Octal 117 15 356 103 137 0 7 402 132 61
Binary 1001111 1101 11101110 1000011 1011111 0 111 100000010 1011010 110001

Color Harmonies of #4F0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0DEE

Black with #4F0DEE

Text Example


Text Example

White with #4F0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,13,238); }

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

background-color css

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

 a { background-color: rgb(79,13,238); }

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

border-color css

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

 span { border-color: rgb(79,13,238); }

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