Html Css Color HEX #471CED Han Purple

📋 copy color: '#471CED'

red 71 ◦ green 28 ◦ blue 237

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

Shades of Han Purple #471CED

Tints of Han Purple #471CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 21.13%
G = 8.33%
B = 70.54%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#471CED (or 0x471CED) is known color: Han Purple. HEX triplet: 47, 1C and ED. RGB value is (71,28,237). Sum of RGB (Red+Green+Blue) = 71+28+237=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #471CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CED is #B8E312. Grayscale: #3F3F3F. Windows color (decimal): -12116755 or 15539271. OLE color: 15539271.

HSL color Cylindrical-coordinate representation of color #471CED: hue angle of 252.34º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471CED is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 28 237 -
CMYK 0.70 0.88 0 0.07
HSL 252.34º 0.85% 0.52% -
HSV(B) 252.34º 0.88% 0.93% -
XYZ 18.3 8.28 80.76 -
YUV 64.68 225.25 132.51 -
System Red Green Blue C M Y K H S L
Decimal 71 28 237 0.70 0.88 0 0.07 252.34 0.85 0.52
Hex 47 1C ED 46 58 0 7 FC 55 34
Octal 107 34 355 106 130 0 7 374 125 64
Binary 1000111 11100 11101101 1000110 1011000 0 111 11111100 1010101 110100

Color Harmonies of #471CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CED

Black with #471CED

Text Example


Text Example

White with #471CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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