Html Css Color HEX #4F15FF Han Purple

📋 copy color: '#4F15FF'

red 79 ◦ green 21 ◦ blue 255

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

Shades of Han Purple #4F15FF

Tints of Han Purple #4F15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 22.25%
G = 5.92%
B = 71.83%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4F15FF (or 0x4F15FF) is known color: Han Purple. HEX triplet: 4F, 15 and FF. RGB value is (79,21,255). Sum of RGB (Red+Green+Blue) = 79+21+255=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F15FF is #B0EA00. Grayscale: #404040. Windows color (decimal): -11594241 or 16717135. OLE color: 16717135.

HSL color Cylindrical-coordinate representation of color #4F15FF: hue angle of 254.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F15FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 21 255 -
CMYK 0.69 0.92 0 0
HSL 254.87º 1% 0.54% -
HSV(B) 254.87º 0.92% 1% -
XYZ 21.54 9.42 95.29 -
YUV 65.02 235.22 137.97 -
System Red Green Blue C M Y K H S L
Decimal 79 21 255 0.69 0.92 0 0 254.87 1 0.54
Hex 4F 15 FF 45 5C 0 0 FF 64 36
Octal 117 25 377 105 134 0 0 377 144 66
Binary 1001111 10101 11111111 1000101 1011100 0 0 11111111 1100100 110110

Color Harmonies of #4F15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F15FF

Black with #4F15FF

Text Example


Text Example

White with #4F15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,255); }

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

background-color css

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

 a { background-color: rgb(79,21,255); }

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

border-color css

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

 span { border-color: rgb(79,21,255); }

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