Html Css Color HEX #470BFE Han Purple

📋 copy color: '#470BFE'

red 71 ◦ green 11 ◦ blue 254

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

Shades of Han Purple #470BFE

Tints of Han Purple #470BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

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

R = 21.13%
G = 3.27%
B = 75.6%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#470BFE (or 0x470BFE) is known color: Han Purple. HEX triplet: 47, 0B and FE. RGB value is (71,11,254). Sum of RGB (Red+Green+Blue) = 71+11+254=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #470BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470BFE is #B8F401. Grayscale: #373737. Windows color (decimal): -12121090 or 16649031. OLE color: 16649031.

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

Color convert

RGB 71 11 254 -
CMYK 0.72 0.96 0 0.00
HSL 254.81º 0.99% 0.52% -
HSV(B) 254.81º 0.96% 1% -
XYZ 20.61 8.73 94.37 -
YUV 56.64 239.38 138.24 -
System Red Green Blue C M Y K H S L
Decimal 71 11 254 0.72 0.96 0 0.00 254.81 0.99 0.52
Hex 47 B FE 48 60 0 0 FF 63 34
Octal 107 13 376 110 140 0 0 377 143 64
Binary 1000111 1011 11111110 1001000 1100000 0 0 11111111 1100011 110100

Color Harmonies of #470BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BFE

Black with #470BFE

Text Example


Text Example

White with #470BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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