Html Css Color HEX #4F0BEF Han Purple

📋 copy color: '#4F0BEF'

red 79 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #4F0BEF

Tints of Han Purple #4F0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.34%

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

R = 24.01%
G = 3.34%
B = 72.64%

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

#4F0BEF (or 0x4F0BEF) is known color: Han Purple. HEX triplet: 4F, 0B and EF. RGB value is (79,11,239). Sum of RGB (Red+Green+Blue) = 79+11+239=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #4F0BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0BEF is #B0F410. Grayscale: #383838. Windows color (decimal): -11596817 or 15665999. OLE color: 15665999.

HSL color Cylindrical-coordinate representation of color #4F0BEF: hue angle of 257.89º degrees, saturation: 0.91, 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 #4F0BEF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 11 239 -
CMYK 0.67 0.95 0 0.06
HSL 257.89º 0.91% 0.49% -
HSV(B) 257.89º 0.95% 0.94% -
XYZ 18.92 8.13 82.23 -
YUV 57.32 230.53 143.46 -
System Red Green Blue C M Y K H S L
Decimal 79 11 239 0.67 0.95 0 0.06 257.89 0.91 0.49
Hex 4F B EF 43 5F 0 6 102 5B 31
Octal 117 13 357 103 137 0 6 402 133 61
Binary 1001111 1011 11101111 1000011 1011111 0 110 100000010 1011011 110001

Color Harmonies of #4F0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0BEF

Black with #4F0BEF

Text Example


Text Example

White with #4F0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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