Html Css Color HEX #4702FF Han Purple

📋 copy color: '#4702FF'

red 71 ◦ green 2 ◦ blue 255

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

Shades of Han Purple #4702FF

Tints of Han Purple #4702FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 21.65%
G = 0.61%
B = 77.74%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4702FF (or 0x4702FF) is known color: Han Purple. HEX triplet: 47, 02 and FF. RGB value is (71,2,255). Sum of RGB (Red+Green+Blue) = 71+2+255=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #4702FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4702FF is #B8FD00. Grayscale: #323232. Windows color (decimal): -12123393 or 16712263. OLE color: 16712263.

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

Color convert

RGB 71 2 255 -
CMYK 0.72 0.99 0 0
HSL 256.36º 1% 0.5% -
HSV(B) 256.36º 0.99% 1% -
XYZ 20.67 8.6 95.18 -
YUV 51.47 242.86 141.93 -
System Red Green Blue C M Y K H S L
Decimal 71 2 255 0.72 0.99 0 0 256.36 1 0.5
Hex 47 2 FF 48 63 0 0 100 64 32
Octal 107 2 377 110 143 0 0 400 144 62
Binary 1000111 10 11111111 1001000 1100011 0 0 100000000 1100100 110010

Color Harmonies of #4702FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4702FF

Black with #4702FF

Text Example


Text Example

White with #4702FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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