Html Css Color HEX #471CFC Han Purple

📋 copy color: '#471CFC'

red 71 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #471CFC

Tints of Han Purple #471CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 20.23%
G = 7.98%
B = 71.79%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#471CFC (or 0x471CFC) is known color: Han Purple. HEX triplet: 47, 1C and FC. RGB value is (71,28,252). Sum of RGB (Red+Green+Blue) = 71+28+252=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #471CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFC is #B8E303. Grayscale: #414141. Windows color (decimal): -12116740 or 16522311. OLE color: 16522311.

HSL color Cylindrical-coordinate representation of color #471CFC: hue angle of 251.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFC is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 28 252 -
CMYK 0.72 0.89 0 0.01
HSL 251.52º 0.97% 0.55% -
HSV(B) 251.52º 0.89% 0.99% -
XYZ 20.58 9.2 92.79 -
YUV 66.39 232.75 131.29 -
System Red Green Blue C M Y K H S L
Decimal 71 28 252 0.72 0.89 0 0.01 251.52 0.97 0.55
Hex 47 1C FC 48 59 0 1 FC 61 37
Octal 107 34 374 110 131 0 1 374 141 67
Binary 1000111 11100 11111100 1001000 1011001 0 1 11111100 1100001 110111

Color Harmonies of #471CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CFC

Black with #471CFC

Text Example


Text Example

White with #471CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471CFC; }

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

 H1.HeaderClassName
 {
   color: #471CFC;
 }
 .AnyTagClassName
 {
   color: #471CFC;
 }
</style>

background-color css

<style>
 a { background-color: #471CFC; }

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

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

border-color css

<style>
 span { border-color: #471CFC; }

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

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