Html Css Color HEX #472BC1 Purple Heart

📋 copy color: '#472BC1'

red 71 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #472BC1

Tints of Purple Heart #472BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

 BLUE value IS 193 (75.78% from 255) = 62.87%

R = 23.13%
G = 14.01%
B = 62.87%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#472BC1 (or 0x472BC1) is known color: Purple Heart. HEX triplet: 47, 2B and C1. RGB value is (71,43,193). Sum of RGB (Red+Green+Blue) = 71+43+193=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #472BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BC1 is #B8D43E. Grayscale: #434343. Windows color (decimal): -12112959 or 12659527. OLE color: 12659527.

HSL color Cylindrical-coordinate representation of color #472BC1: hue angle of 251.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472BC1 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 43 193 -
CMYK 0.63 0.78 0 0.24
HSL 251.2º 0.64% 0.46% -
HSV(B) 251.2º 0.78% 0.76% -
XYZ 13.09 6.92 51.1 -
YUV 68.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 71 43 193 0.63 0.78 0 0.24 251.2 0.64 0.46
Hex 47 2B C1 3F 4E 0 18 FB 40 2E
Octal 107 53 301 77 116 0 30 373 100 56
Binary 1000111 101011 11000001 111111 1001110 0 11000 11111011 1000000 101110

Color Harmonies of #472BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BC1

Black with #472BC1

Text Example


Text Example

White with #472BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472BC1; }

 p { color: rgb(71,43,193); }

 H1.HeaderClassName
 {
   color: #472BC1;
 }
 .AnyTagClassName
 {
   color: #472BC1;
 }
</style>

background-color css

<style>
 a { background-color: #472BC1; }

 a { background-color: rgb(71,43,193); }

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

border-color css

<style>
 span { border-color: #472BC1; }

 span { border-color: rgb(71,43,193); }

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