Html Css Color HEX #471ECD Purple Heart

📋 copy color: '#471ECD'

red 71 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #471ECD

Tints of Purple Heart #471ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 23.2%
G = 9.8%
B = 66.99%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#471ECD (or 0x471ECD) is known color: Purple Heart. HEX triplet: 47, 1E and CD. RGB value is (71,30,205). Sum of RGB (Red+Green+Blue) = 71+30+205=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #471ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ECD is #B8E132. Grayscale: #3D3D3D. Windows color (decimal): -12116275 or 13442631. OLE color: 13442631.

HSL color Cylindrical-coordinate representation of color #471ECD: hue angle of 254.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471ECD is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 30 205 -
CMYK 0.65 0.85 0 0.20
HSL 254.06º 0.74% 0.46% -
HSV(B) 254.06º 0.85% 0.8% -
XYZ 14.08 6.68 58.3 -
YUV 62.21 208.58 134.27 -
System Red Green Blue C M Y K H S L
Decimal 71 30 205 0.65 0.85 0 0.20 254.06 0.74 0.46
Hex 47 1E CD 41 55 0 14 FE 4A 2E
Octal 107 36 315 101 125 0 24 376 112 56
Binary 1000111 11110 11001101 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #471ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ECD

Black with #471ECD

Text Example


Text Example

White with #471ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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