Html Css Color HEX #471FBC Purple Heart

📋 copy color: '#471FBC'

red 71 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #471FBC

Tints of Purple Heart #471FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.83%

R = 24.48%
G = 10.69%
B = 64.83%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471FBC (or 0x471FBC) is known color: Purple Heart. HEX triplet: 47, 1F and BC. RGB value is (71,31,188). Sum of RGB (Red+Green+Blue) = 71+31+188=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #471FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FBC is #B8E043. Grayscale: #3C3C3C. Windows color (decimal): -12116036 or 12328775. OLE color: 12328775.

HSL color Cylindrical-coordinate representation of color #471FBC: hue angle of 255.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471FBC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 31 188 -
CMYK 0.62 0.84 0 0.26
HSL 255.29º 0.72% 0.43% -
HSV(B) 255.29º 0.84% 0.74% -
XYZ 12.17 5.95 48.08 -
YUV 60.86 199.75 135.23 -
System Red Green Blue C M Y K H S L
Decimal 71 31 188 0.62 0.84 0 0.26 255.29 0.72 0.43
Hex 47 1F BC 3E 54 0 1A FF 48 2B
Octal 107 37 274 76 124 0 32 377 110 53
Binary 1000111 11111 10111100 111110 1010100 0 11010 11111111 1001000 101011

Color Harmonies of #471FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FBC

Black with #471FBC

Text Example


Text Example

White with #471FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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