Html Css Color HEX #470FFA Han Purple

📋 copy color: '#470FFA'

red 71 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #470FFA

Tints of Han Purple #470FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.46%

 BLUE value IS 250 (98.05% from 255) = 74.4%

R = 21.13%
G = 4.46%
B = 74.4%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#470FFA (or 0x470FFA) is known color: Han Purple. HEX triplet: 47, 0F and FA. RGB value is (71,15,250). Sum of RGB (Red+Green+Blue) = 71+15+250=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #470FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFA is #B8F005. Grayscale: #393939. Windows color (decimal): -12120070 or 16387911. OLE color: 16387911.

HSL color Cylindrical-coordinate representation of color #470FFA: hue angle of 254.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470FFA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 15 250 -
CMYK 0.72 0.94 0 0.02
HSL 254.3º 0.96% 0.52% -
HSV(B) 254.3º 0.94% 0.98% -
XYZ 20.02 8.58 91.04 -
YUV 58.53 236.05 136.89 -
System Red Green Blue C M Y K H S L
Decimal 71 15 250 0.72 0.94 0 0.02 254.3 0.96 0.52
Hex 47 F FA 48 5E 0 2 FE 60 34
Octal 107 17 372 110 136 0 2 376 140 64
Binary 1000111 1111 11111010 1001000 1011110 0 10 11111110 1100000 110100

Color Harmonies of #470FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFA

Black with #470FFA

Text Example


Text Example

White with #470FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,250); }

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

background-color css

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

 a { background-color: rgb(71,15,250); }

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

border-color css

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

 span { border-color: rgb(71,15,250); }

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