Html Css Color HEX #4F27F5 Han Purple

📋 copy color: '#4F27F5'

red 79 ◦ green 39 ◦ blue 245

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

Shades of Han Purple #4F27F5

Tints of Han Purple #4F27F5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

 BLUE value IS 245 (96.09% from 255) = 67.49%

R = 21.76%
G = 10.74%
B = 67.49%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4F27F5 (or 0x4F27F5) is known color: Han Purple. HEX triplet: 4F, 27 and F5. RGB value is (79,39,245). Sum of RGB (Red+Green+Blue) = 79+39+245=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 245 (96.09% from 255 or 67.49% from 363); Max value from RGB is 245 - color contains mainly: blue. Hex color #4F27F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F27F5 is #B0D80A. Grayscale: #494949. Windows color (decimal): -11589643 or 16066383. OLE color: 16066383.

HSL color Cylindrical-coordinate representation of color #4F27F5: hue angle of 251.65º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F27F5 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 79 39 245 -
CMYK 0.68 0.84 0 0.04
HSL 251.65º 0.91% 0.56% -
HSV(B) 251.65º 0.84% 0.96% -
XYZ 20.43 9.71 87.18 -
YUV 74.44 224.25 131.25 -
System Red Green Blue C M Y K H S L
Decimal 79 39 245 0.68 0.84 0 0.04 251.65 0.91 0.56
Hex 4F 27 F5 44 54 0 4 FC 5B 38
Octal 117 47 365 104 124 0 4 374 133 70
Binary 1001111 100111 11110101 1000100 1010100 0 100 11111100 1011011 111000

Color Harmonies of #4F27F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F27F5

Black with #4F27F5

Text Example


Text Example

White with #4F27F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,39,245); }

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

background-color css

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

 a { background-color: rgb(79,39,245); }

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

border-color css

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

 span { border-color: rgb(79,39,245); }

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