Html Css Color HEX #470DFF Han Purple

📋 copy color: '#470DFF'

red 71 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #470DFF

Tints of Han Purple #470DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

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

R = 20.94%
G = 3.83%
B = 75.22%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#470DFF (or 0x470DFF) is known color: Han Purple. HEX triplet: 47, 0D and FF. RGB value is (71,13,255). Sum of RGB (Red+Green+Blue) = 71+13+255=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #470DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470DFF is #B8F200. Grayscale: #393939. Windows color (decimal): -12120577 or 16715079. OLE color: 16715079.

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

Color convert

RGB 71 13 255 -
CMYK 0.72 0.95 0 0
HSL 254.38º 1% 0.53% -
HSV(B) 254.38º 0.95% 1% -
XYZ 20.79 8.85 95.22 -
YUV 57.93 239.22 137.32 -
System Red Green Blue C M Y K H S L
Decimal 71 13 255 0.72 0.95 0 0 254.38 1 0.53
Hex 47 D FF 48 5F 0 0 FE 64 35
Octal 107 15 377 110 137 0 0 376 144 65
Binary 1000111 1101 11111111 1001000 1011111 0 0 11111110 1100100 110101

Color Harmonies of #470DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DFF

Black with #470DFF

Text Example


Text Example

White with #470DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470DFF; }

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

 H1.HeaderClassName
 {
   color: #470DFF;
 }
 .AnyTagClassName
 {
   color: #470DFF;
 }
</style>

background-color css

<style>
 a { background-color: #470DFF; }

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

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

border-color css

<style>
 span { border-color: #470DFF; }

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

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