Html Css Color HEX #4702FB Han Purple

📋 copy color: '#4702FB'

red 71 ◦ green 2 ◦ blue 251

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

Shades of Han Purple #4702FB

Tints of Han Purple #4702FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 77.47%

R = 21.91%
G = 0.62%
B = 77.47%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4702FB (or 0x4702FB) is known color: Han Purple. HEX triplet: 47, 02 and FB. RGB value is (71,2,251). Sum of RGB (Red+Green+Blue) = 71+2+251=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #4702FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4702FB is #B8FD04. Grayscale: #323232. Windows color (decimal): -12123397 or 16450119. OLE color: 16450119.

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

Color convert

RGB 71 2 251 -
CMYK 0.72 0.99 0 0.02
HSL 256.63º 0.98% 0.5% -
HSV(B) 256.63º 0.99% 0.98% -
XYZ 20.03 8.35 91.82 -
YUV 51.02 240.86 142.25 -
System Red Green Blue C M Y K H S L
Decimal 71 2 251 0.72 0.99 0 0.02 256.63 0.98 0.5
Hex 47 2 FB 48 63 0 2 101 62 32
Octal 107 2 373 110 143 0 2 401 142 62
Binary 1000111 10 11111011 1001000 1100011 0 10 100000001 1100010 110010

Color Harmonies of #4702FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4702FB

Black with #4702FB

Text Example


Text Example

White with #4702FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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