Html Css Color HEX #470FFC Han Purple

📋 copy color: '#470FFC'

red 71 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #470FFC

Tints of Han Purple #470FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.56%

R = 21.01%
G = 4.44%
B = 74.56%

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

#470FFC (or 0x470FFC) is known color: Han Purple. HEX triplet: 47, 0F and FC. RGB value is (71,15,252). Sum of RGB (Red+Green+Blue) = 71+15+252=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #470FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FFC is #B8F003. Grayscale: #393939. Windows color (decimal): -12120068 or 16518983. OLE color: 16518983.

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

Color convert

RGB 71 15 252 -
CMYK 0.72 0.94 0 0.01
HSL 254.18º 0.98% 0.52% -
HSV(B) 254.18º 0.94% 0.99% -
XYZ 20.34 8.71 92.7 -
YUV 58.76 237.05 136.73 -
System Red Green Blue C M Y K H S L
Decimal 71 15 252 0.72 0.94 0 0.01 254.18 0.98 0.52
Hex 47 F FC 48 5E 0 1 FE 62 34
Octal 107 17 374 110 136 0 1 376 142 64
Binary 1000111 1111 11111100 1001000 1011110 0 1 11111110 1100010 110100

Color Harmonies of #470FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FFC

Black with #470FFC

Text Example


Text Example

White with #470FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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