Html Css Color HEX #471FCC Purple Heart

📋 copy color: '#471FCC'

red 71 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #471FCC

Tints of Purple Heart #471FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 23.2%
G = 10.13%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#471FCC (or 0x471FCC) is known color: Purple Heart. HEX triplet: 47, 1F and CC. RGB value is (71,31,204). Sum of RGB (Red+Green+Blue) = 71+31+204=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #471FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FCC is #B8E033. Grayscale: #3E3E3E. Windows color (decimal): -12116020 or 13377351. OLE color: 13377351.

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

Color convert

RGB 71 31 204 -
CMYK 0.65 0.85 0 0.2
HSL 253.87º 0.74% 0.46% -
HSV(B) 253.87º 0.85% 0.8% -
XYZ 13.99 6.68 57.68 -
YUV 62.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 71 31 204 0.65 0.85 0 0.2 253.87 0.74 0.46
Hex 47 1F CC 41 55 0 14 FE 4A 2E
Octal 107 37 314 101 125 0 24 376 112 56
Binary 1000111 11111 11001100 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #471FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FCC

Black with #471FCC

Text Example


Text Example

White with #471FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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