Html Css Color HEX #471FBD Purple Heart

📋 copy color: '#471FBD'

red 71 ◦ green 31 ◦ blue 189

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

Shades of Purple Heart #471FBD

Tints of Purple Heart #471FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 24.4%
G = 10.65%
B = 64.95%

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

#471FBD (or 0x471FBD) is known color: Purple Heart. HEX triplet: 47, 1F and BD. RGB value is (71,31,189). Sum of RGB (Red+Green+Blue) = 71+31+189=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #471FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FBD is #B8E042. Grayscale: #3C3C3C. Windows color (decimal): -12116035 or 12394311. OLE color: 12394311.

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

Color convert

RGB 71 31 189 -
CMYK 0.62 0.84 0 0.26
HSL 255.19º 0.72% 0.43% -
HSV(B) 255.19º 0.84% 0.74% -
XYZ 12.27 5.99 48.65 -
YUV 60.97 200.25 135.15 -
System Red Green Blue C M Y K H S L
Decimal 71 31 189 0.62 0.84 0 0.26 255.19 0.72 0.43
Hex 47 1F BD 3E 54 0 1A FF 48 2B
Octal 107 37 275 76 124 0 32 377 110 53
Binary 1000111 11111 10111101 111110 1010100 0 11010 11111111 1001000 101011

Color Harmonies of #471FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FBD

Black with #471FBD

Text Example


Text Example

White with #471FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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