Html Css Color HEX #4728FF Han Purple

📋 copy color: '#4728FF'

red 71 ◦ green 40 ◦ blue 255

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

Shades of Han Purple #4728FF

Tints of Han Purple #4728FF

RGB

 RED value IS 71 (28.13% from 255) = 19.4%

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 19.4%
G = 10.93%
B = 69.67%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4728FF (or 0x4728FF) is known color: Han Purple. HEX triplet: 47, 28 and FF. RGB value is (71,40,255). Sum of RGB (Red+Green+Blue) = 71+40+255=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #4728FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4728FF is #B8D700. Grayscale: #484848. Windows color (decimal): -12113665 or 16721991. OLE color: 16721991.

HSL color Cylindrical-coordinate representation of color #4728FF: hue angle of 248.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4728FF is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 40 255 -
CMYK 0.72 0.84 0 0
HSL 248.65º 1% 0.58% -
HSV(B) 248.65º 0.84% 1% -
XYZ 21.41 10.08 95.42 -
YUV 73.78 230.27 126.02 -
System Red Green Blue C M Y K H S L
Decimal 71 40 255 0.72 0.84 0 0 248.65 1 0.58
Hex 47 28 FF 48 54 0 0 F9 64 3A
Octal 107 50 377 110 124 0 0 371 144 72
Binary 1000111 101000 11111111 1001000 1010100 0 0 11111001 1100100 111010

Color Harmonies of #4728FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4728FF

Black with #4728FF

Text Example


Text Example

White with #4728FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4728FF; }

 p { color: rgb(71,40,255); }

 H1.HeaderClassName
 {
   color: #4728FF;
 }
 .AnyTagClassName
 {
   color: #4728FF;
 }
</style>

background-color css

<style>
 a { background-color: #4728FF; }

 a { background-color: rgb(71,40,255); }

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

border-color css

<style>
 span { border-color: #4728FF; }

 span { border-color: rgb(71,40,255); }

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