Html Css Color HEX #471FCD Purple Heart

📋 copy color: '#471FCD'

red 71 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #471FCD

Tints of Purple Heart #471FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

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

R = 23.13%
G = 10.1%
B = 66.78%

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

#471FCD (or 0x471FCD) is known color: Purple Heart. HEX triplet: 47, 1F and CD. RGB value is (71,31,205). Sum of RGB (Red+Green+Blue) = 71+31+205=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #471FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FCD is #B8E032. Grayscale: #3E3E3E. Windows color (decimal): -12116019 or 13442887. OLE color: 13442887.

HSL color Cylindrical-coordinate representation of color #471FCD: hue angle of 253.79º 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 #471FCD is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 31 205 -
CMYK 0.65 0.85 0 0.20
HSL 253.79º 0.74% 0.46% -
HSV(B) 253.79º 0.85% 0.8% -
XYZ 14.11 6.73 58.31 -
YUV 62.8 208.25 133.85 -
System Red Green Blue C M Y K H S L
Decimal 71 31 205 0.65 0.85 0 0.20 253.79 0.74 0.46
Hex 47 1F CD 41 55 0 14 FE 4A 2E
Octal 107 37 315 101 125 0 24 376 112 56
Binary 1000111 11111 11001101 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #471FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FCD

Black with #471FCD

Text Example


Text Example

White with #471FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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