Html Css Color HEX #471EC0 Purple Heart

📋 copy color: '#471EC0'

red 71 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #471EC0

Tints of Purple Heart #471EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 65.53%

R = 24.23%
G = 10.24%
B = 65.53%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#471EC0 (or 0x471EC0) is known color: Purple Heart. HEX triplet: 47, 1E and C0. RGB value is (71,30,192). Sum of RGB (Red+Green+Blue) = 71+30+192=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #471EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EC0 is #B8E13F. Grayscale: #3C3C3C. Windows color (decimal): -12116288 or 12590663. OLE color: 12590663.

HSL color Cylindrical-coordinate representation of color #471EC0: hue angle of 255.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471EC0 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 30 192 -
CMYK 0.63 0.84 0 0.25
HSL 255.19º 0.73% 0.44% -
HSV(B) 255.19º 0.84% 0.75% -
XYZ 12.58 6.07 50.38 -
YUV 60.73 202.08 135.33 -
System Red Green Blue C M Y K H S L
Decimal 71 30 192 0.63 0.84 0 0.25 255.19 0.73 0.44
Hex 47 1E C0 3F 54 0 19 FF 49 2C
Octal 107 36 300 77 124 0 31 377 111 54
Binary 1000111 11110 11000000 111111 1010100 0 11001 11111111 1001001 101100

Color Harmonies of #471EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EC0

Black with #471EC0

Text Example


Text Example

White with #471EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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