Html Css Color HEX #470CFF Han Purple

📋 copy color: '#470CFF'

red 71 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #470CFF

Tints of Han Purple #470CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.44%

R = 21.01%
G = 3.55%
B = 75.44%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#470CFF (or 0x470CFF) is known color: Han Purple. HEX triplet: 47, 0C and FF. RGB value is (71,12,255). Sum of RGB (Red+Green+Blue) = 71+12+255=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #470CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CFF is #B8F300. Grayscale: #383838. Windows color (decimal): -12120833 or 16714823. OLE color: 16714823.

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

Color convert

RGB 71 12 255 -
CMYK 0.72 0.95 0 0
HSL 254.57º 1% 0.52% -
HSV(B) 254.57º 0.95% 1% -
XYZ 20.78 8.82 95.22 -
YUV 57.34 239.55 137.74 -
System Red Green Blue C M Y K H S L
Decimal 71 12 255 0.72 0.95 0 0 254.57 1 0.52
Hex 47 C FF 48 5F 0 0 FF 64 34
Octal 107 14 377 110 137 0 0 377 144 64
Binary 1000111 1100 11111111 1001000 1011111 0 0 11111111 1100100 110100

Color Harmonies of #470CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CFF

Black with #470CFF

Text Example


Text Example

White with #470CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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