Html Css Color HEX #4601F7 Han Purple

📋 copy color: '#4601F7'

red 70 ◦ green 1 ◦ blue 247

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

Shades of Han Purple #4601F7

Tints of Han Purple #4601F7

RGB

 RED value IS 70 (27.73% from 255) = 22.01%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 247 (96.88% from 255) = 77.67%

R = 22.01%
G = 0.31%
B = 77.67%

CMYK

 C value IS 0.72

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4601F7 (or 0x4601F7) is known color: Han Purple. HEX triplet: 46, 01 and F7. RGB value is (70,1,247). Sum of RGB (Red+Green+Blue) = 70+1+247=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 247 (96.88% from 255 or 77.67% from 318); Max value from RGB is 247 - color contains mainly: blue. Hex color #4601F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4601F7 is #B9FE08. Grayscale: #303030. Windows color (decimal): -12189193 or 16187718. OLE color: 16187718.

HSL color Cylindrical-coordinate representation of color #4601F7: hue angle of 256.83º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4601F7 is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 1 247 -
CMYK 0.72 1.00 0 0.03
HSL 256.83º 0.99% 0.49% -
HSV(B) 256.83º 1% 0.97% -
XYZ 19.33 8.04 88.53 -
YUV 49.68 239.36 142.5 -
System Red Green Blue C M Y K H S L
Decimal 70 1 247 0.72 1.00 0 0.03 256.83 0.99 0.49
Hex 46 1 F7 48 64 0 3 101 63 31
Octal 106 1 367 110 144 0 3 401 143 61
Binary 1000110 1 11110111 1001000 1100100 0 11 100000001 1100011 110001

Color Harmonies of #4601F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4601F7

Black with #4601F7

Text Example


Text Example

White with #4601F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4601F7; }

 p { color: rgb(70,1,247); }

 H1.HeaderClassName
 {
   color: #4601F7;
 }
 .AnyTagClassName
 {
   color: #4601F7;
 }
</style>

background-color css

<style>
 a { background-color: #4601F7; }

 a { background-color: rgb(70,1,247); }

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

border-color css

<style>
 span { border-color: #4601F7; }

 span { border-color: rgb(70,1,247); }

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