Html Css Color HEX #470CFA Han Purple

📋 copy color: '#470CFA'

red 71 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #470CFA

Tints of Han Purple #470CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.6%

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

R = 21.32%
G = 3.6%
B = 75.08%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#470CFA (or 0x470CFA) is known color: Han Purple. HEX triplet: 47, 0C and FA. RGB value is (71,12,250). Sum of RGB (Red+Green+Blue) = 71+12+250=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #470CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CFA is #B8F305. Grayscale: #373737. Windows color (decimal): -12120838 or 16387143. OLE color: 16387143.

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

Color convert

RGB 71 12 250 -
CMYK 0.72 0.95 0 0.02
HSL 254.87º 0.96% 0.51% -
HSV(B) 254.87º 0.95% 0.98% -
XYZ 19.99 8.5 91.03 -
YUV 56.77 237.05 138.15 -
System Red Green Blue C M Y K H S L
Decimal 71 12 250 0.72 0.95 0 0.02 254.87 0.96 0.51
Hex 47 C FA 48 5F 0 2 FF 60 33
Octal 107 14 372 110 137 0 2 377 140 63
Binary 1000111 1100 11111010 1001000 1011111 0 10 11111111 1100000 110011

Color Harmonies of #470CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CFA

Black with #470CFA

Text Example


Text Example

White with #470CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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