Html Css Color HEX #4F0CEF Han Purple

📋 copy color: '#4F0CEF'

red 79 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #4F0CEF

Tints of Han Purple #4F0CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 23.94%
G = 3.64%
B = 72.42%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4F0CEF (or 0x4F0CEF) is known color: Han Purple. HEX triplet: 4F, 0C and EF. RGB value is (79,12,239). Sum of RGB (Red+Green+Blue) = 79+12+239=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F0CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0CEF is #B0F310. Grayscale: #393939. Windows color (decimal): -11596561 or 15666255. OLE color: 15666255.

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

Color convert

RGB 79 12 239 -
CMYK 0.67 0.95 0 0.06
HSL 257.71º 0.9% 0.49% -
HSV(B) 257.71º 0.95% 0.94% -
XYZ 18.94 8.16 82.24 -
YUV 57.91 230.2 143.04 -
System Red Green Blue C M Y K H S L
Decimal 79 12 239 0.67 0.95 0 0.06 257.71 0.9 0.49
Hex 4F C EF 43 5F 0 6 102 5A 31
Octal 117 14 357 103 137 0 6 402 132 61
Binary 1001111 1100 11101111 1000011 1011111 0 110 100000010 1011010 110001

Color Harmonies of #4F0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0CEF

Black with #4F0CEF

Text Example


Text Example

White with #4F0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,239); }

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

background-color css

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

 a { background-color: rgb(79,12,239); }

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

border-color css

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

 span { border-color: rgb(79,12,239); }

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