Html Css Color HEX #470FFB Han Purple

📋 copy color: '#470FFB'

red 71 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #470FFB

Tints of Han Purple #470FFB

RGB

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

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

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

R = 21.07%
G = 4.45%
B = 74.48%

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

#470FFB (or 0x470FFB) is known color: Han Purple. HEX triplet: 47, 0F and FB. RGB value is (71,15,251). Sum of RGB (Red+Green+Blue) = 71+15+251=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #470FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFB is #B8F004. Grayscale: #393939. Windows color (decimal): -12120069 or 16453447. OLE color: 16453447.

HSL color Cylindrical-coordinate representation of color #470FFB: hue angle of 254.24º degrees, saturation: 0.97, 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 #470FFB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 15 251 -
CMYK 0.72 0.94 0 0.02
HSL 254.24º 0.97% 0.52% -
HSV(B) 254.24º 0.94% 0.98% -
XYZ 20.18 8.65 91.87 -
YUV 58.65 236.55 136.81 -
System Red Green Blue C M Y K H S L
Decimal 71 15 251 0.72 0.94 0 0.02 254.24 0.97 0.52
Hex 47 F FB 48 5E 0 2 FE 61 34
Octal 107 17 373 110 136 0 2 376 141 64
Binary 1000111 1111 11111011 1001000 1011110 0 10 11111110 1100001 110100

Color Harmonies of #470FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFB

Black with #470FFB

Text Example


Text Example

White with #470FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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