Html Css Color HEX #471ECE Purple Heart

📋 copy color: '#471ECE'

red 71 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #471ECE

Tints of Purple Heart #471ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 23.13%
G = 9.77%
B = 67.1%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#471ECE (or 0x471ECE) is known color: Purple Heart. HEX triplet: 47, 1E and CE. RGB value is (71,30,206). Sum of RGB (Red+Green+Blue) = 71+30+206=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #471ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ECE is #B8E131. Grayscale: #3D3D3D. Windows color (decimal): -12116274 or 13508167. OLE color: 13508167.

HSL color Cylindrical-coordinate representation of color #471ECE: hue angle of 253.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471ECE is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 30 206 -
CMYK 0.66 0.85 0 0.19
HSL 253.98º 0.75% 0.46% -
HSV(B) 253.98º 0.85% 0.81% -
XYZ 14.2 6.72 58.94 -
YUV 62.32 209.08 134.19 -
System Red Green Blue C M Y K H S L
Decimal 71 30 206 0.66 0.85 0 0.19 253.98 0.75 0.46
Hex 47 1E CE 42 55 0 13 FE 4B 2E
Octal 107 36 316 102 125 0 23 376 113 56
Binary 1000111 11110 11001110 1000010 1010101 0 10011 11111110 1001011 101110

Color Harmonies of #471ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ECE

Black with #471ECE

Text Example


Text Example

White with #471ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,206); }

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

background-color css

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

 a { background-color: rgb(71,30,206); }

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

border-color css

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

 span { border-color: rgb(71,30,206); }

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