Html Css Color HEX #470FFD Han Purple

📋 copy color: '#470FFD'

red 71 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #470FFD

Tints of Han Purple #470FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.63%

R = 20.94%
G = 4.42%
B = 74.63%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#470FFD (or 0x470FFD) is known color: Han Purple. HEX triplet: 47, 0F and FD. RGB value is (71,15,253). Sum of RGB (Red+Green+Blue) = 71+15+253=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #470FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFD is #B8F002. Grayscale: #393939. Windows color (decimal): -12120067 or 16584519. OLE color: 16584519.

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

Color convert

RGB 71 15 253 -
CMYK 0.72 0.94 0 0.01
HSL 254.12º 0.98% 0.53% -
HSV(B) 254.12º 0.94% 0.99% -
XYZ 20.5 8.77 93.54 -
YUV 58.88 237.55 136.65 -
System Red Green Blue C M Y K H S L
Decimal 71 15 253 0.72 0.94 0 0.01 254.12 0.98 0.53
Hex 47 F FD 48 5E 0 1 FE 62 35
Octal 107 17 375 110 136 0 1 376 142 65
Binary 1000111 1111 11111101 1001000 1011110 0 1 11111110 1100010 110101

Color Harmonies of #470FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFD

Black with #470FFD

Text Example


Text Example

White with #470FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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