Html Css Color HEX #470CFE Han Purple

📋 copy color: '#470CFE'

red 71 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #470CFE

Tints of Han Purple #470CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 21.07%
G = 3.56%
B = 75.37%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#470CFE (or 0x470CFE) is known color: Han Purple. HEX triplet: 47, 0C and FE. RGB value is (71,12,254). Sum of RGB (Red+Green+Blue) = 71+12+254=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #470CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CFE is #B8F301. Grayscale: #383838. Windows color (decimal): -12120834 or 16649287. OLE color: 16649287.

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

Color convert

RGB 71 12 254 -
CMYK 0.72 0.95 0 0.00
HSL 254.63º 0.99% 0.52% -
HSV(B) 254.63º 0.95% 1% -
XYZ 20.62 8.76 94.37 -
YUV 57.23 239.05 137.82 -
System Red Green Blue C M Y K H S L
Decimal 71 12 254 0.72 0.95 0 0.00 254.63 0.99 0.52
Hex 47 C FE 48 5F 0 0 FF 63 34
Octal 107 14 376 110 137 0 0 377 143 64
Binary 1000111 1100 11111110 1001000 1011111 0 0 11111111 1100011 110100

Color Harmonies of #470CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CFE

Black with #470CFE

Text Example


Text Example

White with #470CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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