Html Css Color HEX #471CB3 Purple Heart

📋 copy color: '#471CB3'

red 71 ◦ green 28 ◦ blue 179

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

Shades of Purple Heart #471CB3

Tints of Purple Heart #471CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.39%

R = 25.54%
G = 10.07%
B = 64.39%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#471CB3 (or 0x471CB3) is known color: Purple Heart. HEX triplet: 47, 1C and B3. RGB value is (71,28,179). Sum of RGB (Red+Green+Blue) = 71+28+179=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #471CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CB3 is #B8E34C. Grayscale: #393939. Windows color (decimal): -12116813 or 11738183. OLE color: 11738183.

HSL color Cylindrical-coordinate representation of color #471CB3: hue angle of 257.09º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471CB3 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 28 179 -
CMYK 0.60 0.84 0 0.30
HSL 257.09º 0.73% 0.41% -
HSV(B) 257.09º 0.84% 0.7% -
XYZ 11.15 5.42 43.11 -
YUV 58.07 196.25 137.22 -
System Red Green Blue C M Y K H S L
Decimal 71 28 179 0.60 0.84 0 0.30 257.09 0.73 0.41
Hex 47 1C B3 3C 54 0 1E 101 49 29
Octal 107 34 263 74 124 0 36 401 111 51
Binary 1000111 11100 10110011 111100 1010100 0 11110 100000001 1001001 101001

Color Harmonies of #471CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CB3

Black with #471CB3

Text Example


Text Example

White with #471CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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