Html Css Color HEX #471CBF Purple Heart

📋 copy color: '#471CBF'

red 71 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #471CBF

Tints of Purple Heart #471CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 24.48%
G = 9.66%
B = 65.86%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#471CBF (or 0x471CBF) is known color: Purple Heart. HEX triplet: 47, 1C and BF. RGB value is (71,28,191). Sum of RGB (Red+Green+Blue) = 71+28+191=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #471CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CBF is #B8E340. Grayscale: #3A3A3A. Windows color (decimal): -12116801 or 12524615. OLE color: 12524615.

HSL color Cylindrical-coordinate representation of color #471CBF: hue angle of 255.83º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471CBF is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 28 191 -
CMYK 0.63 0.85 0 0.25
HSL 255.83º 0.74% 0.43% -
HSV(B) 255.83º 0.85% 0.75% -
XYZ 12.42 5.93 49.78 -
YUV 59.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 71 28 191 0.63 0.85 0 0.25 255.83 0.74 0.43
Hex 47 1C BF 3F 55 0 19 100 4A 2B
Octal 107 34 277 77 125 0 31 400 112 53
Binary 1000111 11100 10111111 111111 1010101 0 11001 100000000 1001010 101011

Color Harmonies of #471CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CBF

Black with #471CBF

Text Example


Text Example

White with #471CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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