Html Css Color HEX #472CBF Purple Heart

📋 copy color: '#472CBF'

red 71 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #472CBF

Tints of Purple Heart #472CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 191 (75% from 255) = 62.42%

R = 23.2%
G = 14.38%
B = 62.42%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472CBF (or 0x472CBF) is known color: Purple Heart. HEX triplet: 47, 2C and BF. RGB value is (71,44,191). Sum of RGB (Red+Green+Blue) = 71+44+191=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #472CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CBF is #B8D340. Grayscale: #444444. Windows color (decimal): -12112705 or 12528711. OLE color: 12528711.

HSL color Cylindrical-coordinate representation of color #472CBF: hue angle of 251.02º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472CBF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 44 191 -
CMYK 0.63 0.77 0 0.25
HSL 251.02º 0.63% 0.46% -
HSV(B) 251.02º 0.77% 0.75% -
XYZ 12.9 6.9 49.94 -
YUV 68.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 71 44 191 0.63 0.77 0 0.25 251.02 0.63 0.46
Hex 47 2C BF 3F 4D 0 19 FB 3F 2E
Octal 107 54 277 77 115 0 31 373 77 56
Binary 1000111 101100 10111111 111111 1001101 0 11001 11111011 111111 101110

Color Harmonies of #472CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CBF

Black with #472CBF

Text Example


Text Example

White with #472CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,191); }

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

background-color css

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

 a { background-color: rgb(71,44,191); }

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

border-color css

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

 span { border-color: rgb(71,44,191); }

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