Html Css Color HEX #471CBC Purple Heart

📋 copy color: '#471CBC'

red 71 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #471CBC

Tints of Purple Heart #471CBC

RGB

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

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

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

R = 24.74%
G = 9.76%
B = 65.51%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471CBC (or 0x471CBC) is known color: Purple Heart. HEX triplet: 47, 1C and BC. RGB value is (71,28,188). Sum of RGB (Red+Green+Blue) = 71+28+188=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #471CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CBC is #B8E343. Grayscale: #3A3A3A. Windows color (decimal): -12116804 or 12328007. OLE color: 12328007.

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

Color convert

RGB 71 28 188 -
CMYK 0.62 0.85 0 0.26
HSL 256.13º 0.74% 0.42% -
HSV(B) 256.13º 0.85% 0.74% -
XYZ 12.09 5.8 48.06 -
YUV 59.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 71 28 188 0.62 0.85 0 0.26 256.13 0.74 0.42
Hex 47 1C BC 3E 55 0 1A 100 4A 2A
Octal 107 34 274 76 125 0 32 400 112 52
Binary 1000111 11100 10111100 111110 1010101 0 11010 100000000 1001010 101010

Color Harmonies of #471CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CBC

Black with #471CBC

Text Example


Text Example

White with #471CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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