Html Css Color HEX #471EBC Purple Heart

📋 copy color: '#471EBC'

red 71 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #471EBC

Tints of Purple Heart #471EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 24.57%
G = 10.38%
B = 65.05%

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

#471EBC (or 0x471EBC) is known color: Purple Heart. HEX triplet: 47, 1E and BC. RGB value is (71,30,188). Sum of RGB (Red+Green+Blue) = 71+30+188=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #471EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EBC is #B8E143. Grayscale: #3B3B3B. Windows color (decimal): -12116292 or 12328519. OLE color: 12328519.

HSL color Cylindrical-coordinate representation of color #471EBC: hue angle of 255.57º 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 #471EBC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 30 188 -
CMYK 0.62 0.84 0 0.26
HSL 255.57º 0.72% 0.43% -
HSV(B) 255.57º 0.84% 0.74% -
XYZ 12.14 5.9 48.08 -
YUV 60.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 71 30 188 0.62 0.84 0 0.26 255.57 0.72 0.43
Hex 47 1E BC 3E 54 0 1A 100 48 2B
Octal 107 36 274 76 124 0 32 400 110 53
Binary 1000111 11110 10111100 111110 1010100 0 11010 100000000 1001000 101011

Color Harmonies of #471EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EBC

Black with #471EBC

Text Example


Text Example

White with #471EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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