Html Css Color HEX #471CFD Han Purple

📋 copy color: '#471CFD'

red 71 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #471CFD

Tints of Han Purple #471CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.88%

R = 20.17%
G = 7.95%
B = 71.88%

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

#471CFD (or 0x471CFD) is known color: Han Purple. HEX triplet: 47, 1C and FD. RGB value is (71,28,253). Sum of RGB (Red+Green+Blue) = 71+28+253=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #471CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFD is #B8E302. Grayscale: #414141. Windows color (decimal): -12116739 or 16587847. OLE color: 16587847.

HSL color Cylindrical-coordinate representation of color #471CFD: hue angle of 251.47º degrees, saturation: 0.98, 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 #471CFD is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 28 253 -
CMYK 0.72 0.89 0 0.01
HSL 251.47º 0.98% 0.55% -
HSV(B) 251.47º 0.89% 0.99% -
XYZ 20.74 9.26 93.62 -
YUV 66.51 233.25 131.2 -
System Red Green Blue C M Y K H S L
Decimal 71 28 253 0.72 0.89 0 0.01 251.47 0.98 0.55
Hex 47 1C FD 48 59 0 1 FB 62 37
Octal 107 34 375 110 131 0 1 373 142 67
Binary 1000111 11100 11111101 1001000 1011001 0 1 11111011 1100010 110111

Color Harmonies of #471CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CFD

Black with #471CFD

Text Example


Text Example

White with #471CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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